SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
domain::Tags::ElementToInertialInverseJacobian< Dim > Struct Template Reference

Computes the Logical to Inertial inverse Jacobian from CoordinatesVelocityAndJacobians More...

#include <TagsTimeDependent.hpp>

Public Types

using base
using return_type = typename base::type
using argument_tags
Public Types inherited from domain::Tags::InverseJacobian< Dim, Frame::ElementLogical, Frame::Inertial >
using type

Static Public Member Functions

static void function (gsl::not_null<::InverseJacobian< DataVector, Dim, Frame::ElementLogical, Frame::Inertial > * > inv_jac_logical_to_inertial, const ::InverseJacobian< DataVector, Dim, Frame::ElementLogical, Frame::Grid > &inv_jac_logical_to_grid, 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 Public Member Functions inherited from domain::Tags::InverseJacobian< Dim, Frame::ElementLogical, Frame::Inertial >
static std::string name ()

Detailed Description

template<size_t Dim>
struct domain::Tags::ElementToInertialInverseJacobian< Dim >

Computes the Logical to Inertial inverse Jacobian from CoordinatesVelocityAndJacobians

Member Typedef Documentation

◆ argument_tags

template<size_t Dim>
using domain::Tags::ElementToInertialInverseJacobian< Dim >::argument_tags
Initial value:
tmpl::list<Tags::InverseJacobian<Dim, Frame::ElementLogical, Frame::Grid>,
The Inertial coordinates, the inverse Jacobian from the Grid to the Inertial frame,...
Definition TagsTimeDependent.hpp:44

◆ base

template<size_t Dim>
using domain::Tags::ElementToInertialInverseJacobian< Dim >::base
Initial value:
The inverse Jacobian from the source frame to the target frame.
Definition Tags.hpp:118

The documentation for this struct was generated from the following file:
  • src/Domain/TagsTimeDependent.hpp