SpECTRE  v2024.04.12
evolution::dg::subcell::Tags::ObserverInverseJacobianCompute< Dim, SourceFrame, TargetFrame > Struct Template Reference

Computes the active inverse Jacobian. More...

#include <ObserverCoordinates.hpp>

Public Types

using base = ::Events::Tags::ObserverInverseJacobian< Dim, SourceFrame, TargetFrame >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list<::Events::Tags::ObserverCoordinates< Dim, SourceFrame >, ::Tags::Time, domain::Tags::FunctionsOfTime, domain::Tags::ElementMap< Dim, Frame::Grid >, domain::CoordinateMaps::Tags::CoordinateMap< Dim, Frame::Grid, Frame::Inertial > >
 
- Public Types inherited from Events::Tags::ObserverInverseJacobian< Dim, SourceFrame, TargetFrame >
using type = ::InverseJacobian< DataVector, Dim, SourceFrame, TargetFrame >
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > observer_inverse_jacobian, const tnsr::I< DataVector, Dim, SourceFrame > &source_coords, const double time, const std::unordered_map< std::string, std::unique_ptr< domain::FunctionsOfTime::FunctionOfTime > > &functions_of_time, const ElementMap< Dim, Frame::Grid > &logical_to_grid_map, const domain::CoordinateMapBase< Frame::Grid, Frame::Inertial, Dim > &grid_to_inertial_map)
 
- Static Public Member Functions inherited from Events::Tags::ObserverInverseJacobian< Dim, SourceFrame, TargetFrame >
static std::string name ()
 

Detailed Description

template<size_t Dim, typename SourceFrame, typename TargetFrame>
struct evolution::dg::subcell::Tags::ObserverInverseJacobianCompute< Dim, SourceFrame, TargetFrame >

Computes the active inverse Jacobian.


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