|
SpECTRE
v2026.06.09.01
|
Compute item for the determinant of the inverse jacobian matrix from logical to inertial coordinates. More...
#include <Jacobians.hpp>
Public Types | |
| using | base = DetInverseJacobianLogicalToInertial |
| using | return_type = typename base::type |
| using | argument_tags |
| Public Types inherited from evolution::dg::subcell::fd::Tags::DetInverseJacobianLogicalToInertial | |
| using | type = Scalar<DataVector> |
Static Public Member Functions | |
| static void | function (const gsl::not_null< return_type * > det_inverse_jacobian_logical_to_inertial, const ::domain::CoordinateMapBase< Frame::Grid, Frame::Inertial, dim > &grid_to_inertial_map, const ::InverseJacobian< DataVector, Dim, Frame::ElementLogical, Frame::Inertial > &inverse_jacobian_logical_to_inertial, const Scalar< DataVector > &det_inverse_jacobian_logical_to_grid) |
| Static Public Member Functions inherited from evolution::dg::subcell::fd::Tags::DetInverseJacobianLogicalToInertial | |
| static std::string | name () |
Static Public Attributes | |
| static constexpr size_t | dim = Dim |
Compute item for the determinant of the inverse jacobian matrix from logical to inertial coordinates.
| using evolution::dg::subcell::fd::Tags::DetInverseJacobianLogicalToInertialCompute< MapTagGridToInertial, Dim >::argument_tags |