SpECTRE  v2024.04.12
domain::Tags::DetInvJacobianCompute< Dim, SourceFrame, TargetFrame > Struct Template Reference

Computes the determinant of the inverse Jacobian. More...

#include <Tags.hpp>

Public Types

using base = DetInvJacobian< SourceFrame, TargetFrame >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list< InverseJacobian< Dim, SourceFrame, TargetFrame > >
 
- Public Types inherited from domain::Tags::DetInvJacobian< SourceFrame, TargetFrame >
using type = Scalar< DataVector >
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > det_inv_jac, const ::InverseJacobian< DataVector, Dim, SourceFrame, TargetFrame > &inv_jac)
 
- Static Public Member Functions inherited from domain::Tags::DetInvJacobian< SourceFrame, TargetFrame >
static std::string name ()
 

Detailed Description

template<size_t Dim, typename SourceFrame, typename TargetFrame>
struct domain::Tags::DetInvJacobianCompute< Dim, SourceFrame, TargetFrame >

Computes the determinant of the inverse Jacobian.


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