SpECTRE  v2026.04.01
evolution::dg::subcell::Tags::GhostZoneInverseJacobian< Dim > Struct Template Reference

Inverse Jacobian data stored in the ghost zone. More...

#include <GhostZoneInverseJacobian.hpp>

Public Types

using type = DirectionMap< Dim, Variables< tmpl::list< Coordinates< Dim, Frame::Grid >, evolution::dg::subcell::fd::Tags::InverseJacobianLogicalToGrid< Dim > > > >
 

Detailed Description

template<size_t Dim>
struct evolution::dg::subcell::Tags::GhostZoneInverseJacobian< Dim >

Inverse Jacobian data stored in the ghost zone.

The DirectionalIdMap stores the grid coordinates and logical to grid inverse Jacobians in the ghost zone to avoid recomputing these data when full Jacobians are needed. We store the grid coordinates to be able to compute the grid to inertial Jacobian at each time step.


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