SpECTRE  v2024.04.12
Xcts::AnalyticData Namespace Reference

Analytic data for the XCTS equations, i.e. field configurations that do not solve the equations but are used as background or initial guess. More...

Classes

class  Binary
 Binary compact-object data in general relativity, constructed from superpositions of two isolated objects. More...
 
struct  CommonVariables
 Implementations for variables that analytic-data classes can share. More...
 

Typedefs

template<typename DataType >
using common_tags = tmpl::list< Tags::ConformalMetric< DataType, 3, Frame::Inertial >, gr::Tags::TraceExtrinsicCurvature< DataType >, ::Tags::dt< gr::Tags::TraceExtrinsicCurvature< DataType > >, Tags::ShiftBackground< DataType, 3, Frame::Inertial >, Tags::LongitudinalShiftBackgroundMinusDtConformalMetric< DataType, 3, Frame::Inertial >, ::Tags::deriv< Tags::ConformalMetric< DataType, 3, Frame::Inertial >, tmpl::size_t< 3 >, Frame::Inertial >, Tags::InverseConformalMetric< DataType, 3, Frame::Inertial >, Tags::ConformalChristoffelFirstKind< DataType, 3, Frame::Inertial >, Tags::ConformalChristoffelSecondKind< DataType, 3, Frame::Inertial >, Tags::ConformalChristoffelContracted< DataType, 3, Frame::Inertial >, ::Tags::FixedSource< Tags::ConformalFactorMinusOne< DataType > >, ::Tags::FixedSource< Tags::LapseTimesConformalFactorMinusOne< DataType > >, ::Tags::FixedSource< Tags::ShiftExcess< DataType, 3, Frame::Inertial > >, ::Tags::deriv< Tags::ConformalChristoffelSecondKind< DataType, 3, Frame::Inertial >, tmpl::size_t< 3 >, Frame::Inertial >, Tags::ConformalRicciTensor< DataType, 3, Frame::Inertial >, Tags::ConformalRicciScalar< DataType >, ::Tags::deriv< gr::Tags::TraceExtrinsicCurvature< DataType >, tmpl::size_t< 3 >, Frame::Inertial >, ::Tags::div< Tags::LongitudinalShiftBackgroundMinusDtConformalMetric< DataType, 3, Frame::Inertial > > >
 Tags for variables that analytic-data classes can share.
 
template<typename DataType >
using hydro_tags = tmpl::list< hydro::Tags::RestMassDensity< DataType >, hydro::Tags::SpecificEnthalpy< DataType >, hydro::Tags::Pressure< DataType >, hydro::Tags::SpatialVelocity< DataType, 3 >, hydro::Tags::LorentzFactor< DataType >, hydro::Tags::MagneticField< DataType, 3 > >
 Tags for hydro variables that are typically retrieved from a hydro solution.
 

Detailed Description

Analytic data for the XCTS equations, i.e. field configurations that do not solve the equations but are used as background or initial guess.