A wrapper for general-relativity analytic solutions that loads the analytic solution and then adds a function that returns any combination of the Ccz4 evolution variables. Specifically, see Ccz4::fd::System.
More...
|
|
| Ccz4WrappedGr (const Ccz4WrappedGr &)=default |
|
Ccz4WrappedGr & | operator= (const Ccz4WrappedGr &)=default |
|
| Ccz4WrappedGr (Ccz4WrappedGr &&)=default |
|
Ccz4WrappedGr & | operator= (Ccz4WrappedGr &&)=default |
|
| Ccz4WrappedGr (const SolutionType &wrapped_solution) |
| auto | get_clone () const -> std::unique_ptr< evolution::initial_data::InitialData > override |
|
template<typename... Tags> |
| tuples::TaggedTuple< Tags... > | variables (const tnsr::I< DataVector, volume_dim > &x, const double t, tmpl::list< Tags... >) const |
|
template<typename Tag> |
| tuples::TaggedTuple< Tag > | variables (const tnsr::I< DataVector, volume_dim > &x, const double t, tmpl::list< Tag >) const |
|
template<typename... Tags> |
| tuples::TaggedTuple< Tags... > | variables (const tnsr::I< DataVector, volume_dim > &x, tmpl::list< Tags... >) const |
|
template<typename Tag> |
| tuples::TaggedTuple< Tag > | variables (const tnsr::I< DataVector, volume_dim > &x, tmpl::list< Tag >) const |
|
void | pup (PUP::er &p) override |
template<typename SolutionType>
class Ccz4::Solutions::Ccz4WrappedGr< SolutionType >
A wrapper for general-relativity analytic solutions that loads the analytic solution and then adds a function that returns any combination of the Ccz4 evolution variables. Specifically, see Ccz4::fd::System.