|
SpECTRE
v2026.04.01
|
Computes the Grid to Inertial Jacobian from CoordinatesVelocityAndJacobians. If the mesh is not moving, sets the Jacobian to the identity. More...
#include <TagsTimeDependent.hpp>
Public Types | |
| using | base = Tags::Jacobian<Dim, Frame::Grid, Frame::Inertial> |
| using | return_type = typename base::type |
| using | argument_tags |
| Public Types inherited from domain::Tags::Jacobian< Dim, Frame::Grid, Frame::Inertial > | |
| using | type |
Static Public Member Functions | |
| static void | function (gsl::not_null<::Jacobian< DataVector, Dim, Frame::Grid, Frame::Inertial > * > 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, const tnsr::I< DataVector, Dim, Frame::Grid > &) |
| Static Public Member Functions inherited from domain::Tags::Jacobian< Dim, Frame::Grid, Frame::Inertial > | |
| static std::string | name () |
Computes the Grid to Inertial Jacobian from CoordinatesVelocityAndJacobians. If the mesh is not moving, sets the Jacobian to the identity.
| using domain::Tags::GridToInertialJacobian< Dim >::argument_tags |