SpECTRE  v2024.04.12
domain::Tags::ElementToInertialInverseJacobian< Dim > Struct Template Reference

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

#include <TagsTimeDependent.hpp>

Public Types

using base = Tags::InverseJacobian< Dim, Frame::ElementLogical, Frame::Inertial >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< Tags::InverseJacobian< Dim, Frame::ElementLogical, Frame::Grid >, CoordinatesMeshVelocityAndJacobians< Dim > >
 
- Public Types inherited from domain::Tags::InverseJacobian< Dim, Frame::ElementLogical, Frame::Inertial >
using type = ::InverseJacobian< DataVector, Dim, Frame::ElementLogical, Frame::Inertial >
 

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


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