|
| SmoothFlow (const SmoothFlow &)=default |
|
SmoothFlow & | operator= (const SmoothFlow &)=default |
|
| SmoothFlow (SmoothFlow &&)=default |
|
SmoothFlow & | operator= (SmoothFlow &&)=default |
|
| SmoothFlow (const std::array< double, 3 > &mean_velocity, const std::array< double, 3 > &wavevector, double pressure, double adiabatic_index, double perturbation_size) |
|
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)
|
|
void | pup (PUP::er &) override |
|
|
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 hydro variable 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 hydro variable at (x, t)
|
|
| SmoothFlow (const SmoothFlow &)=default |
|
| SmoothFlow (SmoothFlow &&)=default |
|
| SmoothFlow (const std::array< double, Dim > &mean_velocity, const std::array< double, Dim > &wavevector, double pressure, double adiabatic_index, double perturbation_size) |
|
SmoothFlow & | operator= (const SmoothFlow &)=default |
|
SmoothFlow & | operator= (SmoothFlow &&)=default |
|
auto | get_clone () const -> std::unique_ptr< evolution::initial_data::InitialData > override |
|
auto | variables (const tnsr::I< DataType, Dim > &x, double t, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > > |
|
auto | variables (const tnsr::I< DataType, Dim > &x, double, tmpl::list< hydro::Tags::ElectronFraction< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::ElectronFraction< DataType > > |
|
tuples::TaggedTuple< Tags... > | variables (const tnsr::I< DataType, Dim > &x, const double t, tmpl::list< Tags... >) const |
| Retrieve a collection of hydro variables at (x, t)
|
|
tuples::TaggedTuple< Tag > | variables (const tnsr::I< DataType, Dim > &x, double t, tmpl::list< Tag >) const |
| Retrieve the metric variables.
|
|
tuples::TaggedTuple< hydro::Tags::MagneticField< DataType, Dim > > | variables (const tnsr::I< DataType, Dim > &x, double t, tmpl::list< hydro::Tags::MagneticField< DataType, Dim > >) const |
|
tuples::TaggedTuple< hydro::Tags::DivergenceCleaningField< DataType > > | variables (const tnsr::I< DataType, Dim > &x, double t, tmpl::list< hydro::Tags::DivergenceCleaningField< DataType > >) const |
|
void | pup (PUP::er &) override |
|
virtual auto | get_clone () const -> std::unique_ptr< InitialData >=0 |
|
auto | variables (const tnsr::I< DataType, Dim > &x, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > > |
|
auto | variables (const tnsr::I< DataType, Dim > &x, const double t, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > > |
|
auto | variables (ExtraVars &extra_variables, const tnsr::I< DataType, Dim > &x, Args &... extra_args, tmpl::list< hydro::Tags::Temperature< DataType > >) const -> tuples::TaggedTuple< hydro::Tags::Temperature< DataType > > |
|