SpECTRE  v2024.04.12
evolution::dg::subcell::fd::Tags::InverseJacobianLogicalToGridCompute< MapTagLogicalToGrid, Dim > Struct Template Reference

Compute item for the inverse jacobian matrix from logical to grid coordinates. More...

#include <Jacobians.hpp>

Public Types

using base = InverseJacobianLogicalToGrid< Dim >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< MapTagLogicalToGrid, evolution::dg::subcell::Tags::Coordinates< dim, Frame::ElementLogical > >
 
- Public Types inherited from evolution::dg::subcell::fd::Tags::InverseJacobianLogicalToGrid< Dim >
using type = ::InverseJacobian< DataVector, Dim, Frame::ElementLogical, Frame::Grid >
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > inverse_jacobian_logical_to_grid, const ElementMap< Dim, Frame::Grid > &logical_to_grid_map, const tnsr::I< DataVector, dim, Frame::ElementLogical > &logical_coords)
 
- Static Public Member Functions inherited from evolution::dg::subcell::fd::Tags::InverseJacobianLogicalToGrid< Dim >
static std::string name ()
 

Static Public Attributes

static constexpr size_t dim = Dim
 

Detailed Description

template<typename MapTagLogicalToGrid, size_t Dim>
struct evolution::dg::subcell::fd::Tags::InverseJacobianLogicalToGridCompute< MapTagLogicalToGrid, Dim >

Compute item for the inverse jacobian matrix from logical to grid coordinates.


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