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

The Jacobian from the source frame to the target frame. More...

#include <Tags.hpp>

Public Types

using type = ::Jacobian< DataVector, Dim, SourceFrame, TargetFrame >
 

Static Public Member Functions

static std::string name ()
 

Detailed Description

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

The Jacobian from the source frame to the target frame.

Specifically, \(\partial x^{i} / \partial \xi^{\bar{i}}\), where \(\xi^\bar{i}\) denotes the source frame and \(x^i\) denotes the target frame.


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