SpECTRE
v2025.03.17
|
Computes the Grid to Inertial inverse Jacobian from CoordinatesVelocityAndJacobians
. If the mesh is not moving, requesting this tag will throw an error because the Jacobian is just the identity.
More...
#include <TagsTimeDependent.hpp>
Public Types | |
using | base = Tags::InverseJacobian< Dim, Frame::Grid, Frame::Inertial > |
using | return_type = typename base::type |
using | argument_tags = implementation defined |
![]() | |
using | type = ::InverseJacobian< DataVector, Dim, Frame::Grid, Frame::Inertial > |
Static Public Member Functions | |
static void | function (gsl::not_null< ::InverseJacobian< DataVector, Dim, Frame::Grid, Frame::Inertial > * > inv_jac_grid_to_inertial, const std::optional< std::tuple< tnsr::I< DataVector, Dim, Frame::Inertial >, ::InverseJacobian< DataVector, Dim, Frame::Grid, Frame::Inertial >, ::Jacobian< DataVector, Dim, Frame::Grid, Frame::Inertial >, tnsr::I< DataVector, Dim, Frame::Inertial > > > &grid_to_inertial_quantities) |
![]() | |
static std::string | name () |
Computes the Grid to Inertial inverse Jacobian from CoordinatesVelocityAndJacobians
. If the mesh is not moving, requesting this tag will throw an error because the Jacobian is just the identity.