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...
|
|
using | options = typename SolutionType::options |
| |
|
using | DerivLapse = ::Tags::deriv< gr::Tags::Lapse< DataVector >, tmpl::size_t< volume_dim >, Frame::Inertial > |
| |
|
using | DerivShift = ::Tags::deriv< gr::Tags::Shift< DataVector, volume_dim >, tmpl::size_t< volume_dim >, Frame::Inertial > |
| |
|
using | DerivSpatialMetric = ::Tags::deriv< gr::Tags::SpatialMetric< DataVector, volume_dim >, tmpl::size_t< volume_dim >, Frame::Inertial > |
| |
|
using | TimeDerivLapse = ::Tags::dt< gr::Tags::Lapse< DataVector > > |
| |
|
using | TimeDerivShift = ::Tags::dt< gr::Tags::Shift< DataVector, volume_dim > > |
| |
|
using | TimeDerivSpatialMetric = ::Tags::dt< gr::Tags::SpatialMetric< DataVector, volume_dim > > |
| |
|
using | IntermediateVars = tuples::tagged_tuple_from_typelist< typename SolutionType::template tags< DataVector > > |
| |
|
template<typename DataType > |
| using | tags = tmpl::push_back< typename SolutionType::template tags< DataType >, Ccz4::Tags::ConformalMetric< DataType, volume_dim >, Ccz4::Tags::ConformalFactor< DataType >, Ccz4::Tags::ATilde< DataType, volume_dim >, gr::Tags::TraceExtrinsicCurvature< DataType >, Ccz4::Tags::Theta< DataType >, Ccz4::Tags::GammaHat< DataType, volume_dim >, Ccz4::Tags::AuxiliaryShiftB< DataType, volume_dim > > |
| |
|
|
| 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 |
| |
|
virtual auto | get_clone () const -> std::unique_ptr< InitialData >=0 |
| |
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.