SpECTRE  v2024.05.11
Particles::MonteCarlo::InverseJacobianInertialToFluidCompute Struct Reference

Inverse Jacobian of the map from inertial coordinate to an orthonormal frame comoving with the fluid. That frame uses the 4-velocity as its time axis, and constructs the other members of the tetrads using Gram-Schmidt's algorithm. More...

#include <InverseJacobianInertialToFluidCompute.hpp>

Public Types

using base = domain::Tags::InverseJacobian< 4, typename Frame::Inertial, typename Frame::Fluid >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< hydro::Tags::SpatialVelocity< DataVector, 3, Frame::Inertial >, hydro::Tags::LorentzFactor< DataVector >, gr::Tags::Lapse< DataVector >, gr::Tags::Shift< DataVector, 3, Frame::Inertial >, gr::Tags::SpatialMetric< DataVector, 3 > >
 
- Public Types inherited from domain::Tags::InverseJacobian< 4, Frame::Inertial, Frame::Fluid >
using type = ::InverseJacobian< DataVector, Dim, Frame::Inertial, Frame::Fluid >
 

Static Public Member Functions

static void function (gsl::not_null< return_type * > inv_jacobian, const tnsr::I< DataVector, 3 > &spatial_velocity, const Scalar< DataVector > &lorentz_factor, const Scalar< DataVector > &lapse, const tnsr::I< DataVector, 3, Frame::Inertial > &shift, const tnsr::ii< DataVector, 3 > &spatial_metric)
 
- Static Public Member Functions inherited from domain::Tags::InverseJacobian< 4, Frame::Inertial, Frame::Fluid >
static std::string name ()
 

Detailed Description

Inverse Jacobian of the map from inertial coordinate to an orthonormal frame comoving with the fluid. That frame uses the 4-velocity as its time axis, and constructs the other members of the tetrads using Gram-Schmidt's algorithm.


The documentation for this struct was generated from the following file: