|
|
using | boundary_conditions_base = BoundaryConditions::BoundaryCondition< Dim > |
| |
|
using | boundary_correction_base = BoundaryCorrections::BoundaryCorrection< Dim > |
| |
|
using | variables_tag = ::Tags::Variables< tmpl::list< Tags::TildeD, Tags::TildeTau, Tags::TildeS< Dim > > > |
| |
|
using | flux_variables = tmpl::list< Tags::TildeD, Tags::TildeTau, Tags::TildeS< Dim > > |
| |
|
using | non_conservative_variables = tmpl::list<> |
| |
|
using | gradient_variables = tmpl::list<> |
| |
|
using | sourced_variables = tmpl::list< Tags::TildeTau, Tags::TildeS< Dim > > |
| |
|
using | primitive_variables_tag = ::Tags::Variables< tmpl::list< hydro::Tags::RestMassDensity< DataVector >, hydro::Tags::SpecificInternalEnergy< DataVector >, hydro::Tags::LorentzFactor< DataVector >, hydro::Tags::SpecificEnthalpy< DataVector >, hydro::Tags::Pressure< DataVector >, hydro::Tags::SpatialVelocity< DataVector, Dim > > > |
| |
|
using | spacetime_variables_tag = ::Tags::Variables< gr::tags_for_hydro< Dim, DataVector > > |
| |
|
using | compute_volume_time_derivative_terms = TimeDerivativeTerms< Dim > |
| |
|
using | volume_fluxes = ComputeFluxes< Dim > |
| |
|
using | volume_sources = ComputeSources< Dim > |
| |
|
using | conservative_from_primitive = ConservativeFromPrimitive< Dim > |
| |
|
using | primitive_from_conservative = PrimitiveFromConservative< Dim > |
| |
|
using | inverse_spatial_metric_tag = gr::Tags::InverseSpatialMetric< volume_dim, Frame::Inertial, DataVector > |
| |