9 #include "Evolution/Systems/NewtonianEuler/TagsDeclarations.hpp"
26 template <
typename SolutionType>
27 struct AnalyticSolution;
32 template <
size_t Dim,
typename Frame>
85 void pup(PUP::er& ) noexcept {}
87 using sourced_variables =
90 using argument_tags = tmpl::list<
96 gsl::not_null<tnsr::I<DataVector, 3>*> source_momentum_density,
99 const tnsr::I<DataVector, 3>& momentum_density,
101 const tnsr::I<DataVector, 3>& x) noexcept;
Items related to evolving the Newtonian Euler system.
Definition: EvolveNewtonianEulerFwd.hpp:8
Stores a collection of function values.
Definition: DataVector.hpp:42
Tensor< T, Symmetry<>, index_list<> > Scalar
Definition: TypeAliases.hpp:21
Source giving the acceleration due to gravity in the spherical, Newtonian Lane-Emden star solution.
Definition: LaneEmdenGravitationalField.hpp:72
A static spherically symmetric star in Newtonian gravity.
Definition: LaneEmdenStar.hpp:47
Implementations from the Guideline Support Library.
Definition: ReadSpecThirdOrderPiecewisePolynomial.hpp:11
Require a pointer to not be a nullptr
Definition: ReadSpecThirdOrderPiecewisePolynomial.hpp:13