|
|
| NumericInitialData (const NumericInitialData &rhs)=default |
| |
|
NumericInitialData & | operator= (const NumericInitialData &rhs)=default |
| |
|
| NumericInitialData (NumericInitialData &&)=default |
| |
|
NumericInitialData & | operator= (NumericInitialData &&)=default |
| |
| std::unique_ptr< evolution::initial_data::InitialData > | get_clone () const override |
| |
|
| NumericInitialData (std::string file_glob, std::string subfile_name, std::variant< double, importers::ObservationSelector > observation_value, std::optional< double > observation_value_epsilon, bool enable_interpolation, typename GhNumericId::Variables::type gh_selected_variables, typename ScalarNumericId::Variables::type hydro_selected_variables) |
| |
|
const importers::ImporterOptions & | importer_options () const |
| |
|
const GhNumericId & | gh_numeric_id () const |
| |
|
const ScalarNumericId & | scalar_numeric_id () const |
| |
|
size_t | volume_data_id () const |
| |
|
template<typename... AllTags> |
| void | select_for_import (const gsl::not_null< tuples::TaggedTuple< AllTags... > * > fields) const |
| |
|
template<typename... AllTags> |
| void | set_initial_data (const gsl::not_null< tnsr::aa< DataVector, 3 > * > spacetime_metric, const gsl::not_null< tnsr::aa< DataVector, 3 > * > pi, const gsl::not_null< tnsr::iaa< DataVector, 3 > * > phi, const gsl::not_null< Scalar< DataVector > * > psi_scalar, const gsl::not_null< Scalar< DataVector > * > pi_scalar, const gsl::not_null< tnsr::i< DataVector, 3 > * > phi_scalar, const gsl::not_null< tuples::TaggedTuple< AllTags... > * > numeric_data, const Mesh< 3 > &mesh, const InverseJacobian< DataVector, 3, Frame::ElementLogical, Frame::Inertial > &inv_jacobian) const |
| |
|
void | pup (PUP::er &p) override |
| |
|
virtual auto | get_clone () const -> std::unique_ptr< InitialData >=0 |
| |
Numeric initial data loaded from volume data files.