SpECTRE
v2025.03.17
|
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 = implementation defined |
![]() | |
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 std::string | name () |
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.