|
SpECTRE
v2026.06.30
|
Computes the active inverse Jacobian. More...
#include <ObserverCoordinates.hpp>
Public Types | |
| using | base |
| using | return_type = typename base::type |
| using | argument_tags |
| 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 () |
Computes the active inverse Jacobian.
| using evolution::dg::subcell::Tags::ObserverInverseJacobianCompute< Dim, SourceFrame, TargetFrame >::argument_tags |
| using evolution::dg::subcell::Tags::ObserverInverseJacobianCompute< Dim, SourceFrame, TargetFrame >::base |