|
const EquationsOfState::EquationOfState< IsRelativistic, 3 > & | equation_of_state () const |
|
| HomogeneousSphere (const HomogeneousSphere &) |
|
HomogeneousSphere & | operator= (const HomogeneousSphere &) |
|
| HomogeneousSphere (HomogeneousSphere &&)=default |
|
HomogeneousSphere & | operator= (HomogeneousSphere &&)=default |
|
| HomogeneousSphere (const double &radius, const std::array< double, 2 > &densities, const std::array< double, 2 > &temperatures, const std::array< double, 2 > &electron_fractions, std::unique_ptr< EquationsOfState::EquationOfState< IsRelativistic, 3 > > local_eos) |
|
auto | get_clone () const -> std::unique_ptr< evolution::initial_data::InitialData > override |
|
template<typename DataType , typename... Tags> |
tuples::TaggedTuple< Tags... > | variables (const tnsr::I< DataType, 3 > &x, double t, tmpl::list< Tags... >) const |
| Retrieve a collection of hydro variables at (x, t)
|
|
template<typename DataType , typename Tag > |
tuples::TaggedTuple< Tag > | variables (const tnsr::I< DataType, 3 > &x, double t, tmpl::list< Tag >) const |
| Retrieve the metric variables.
|
|
void | pup (PUP::er &) override |
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::RestMassDensity< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::RestMassDensity< DataType > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::ElectronFraction< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::ElectronFraction< DataType > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::LorentzFactor< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::LorentzFactor< DataType > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::SpecificInternalEnergy< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::SpecificInternalEnergy< DataType > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::Pressure< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Pressure< DataType > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::SpatialVelocity< DataType, 3 > >) const -> tuples::TaggedTuple< hydro::Tags::SpatialVelocity< DataType, 3 > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::MagneticField< DataType, 3 > >) const -> tuples::TaggedTuple< hydro::Tags::MagneticField< DataType, 3 > > |
| Retrieve fluid variables at (x, t)
|
|
template<typename DataType > |
auto | variables (const tnsr::I< DataType, 3 > &x, double, tmpl::list< hydro::Tags::DivergenceCleaningField< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::DivergenceCleaningField< DataType > > |
| Retrieve fluid variables at (x, t)
|
|
virtual auto | get_clone () const -> std::unique_ptr< InitialData >=0 |
|