SpECTRE  v2024.05.11
Events::Tags::ObserverDetInvJacobianCompute< SourceFrame, TargetFrame > Struct Template Reference

Sets the ObserverDetInvJacobian to domain::Tags::DetInvJacobian More...

#include <Tags.hpp>

Public Types

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

Static Public Member Functions

static void function (const gsl::not_null< return_type * > observer_det_inverse_jacobian, const return_type &det_inverse_jacobian)
 
- Static Public Member Functions inherited from Events::Tags::ObserverDetInvJacobian< SourceFrame, TargetFrame >
static std::string name ()
 

Detailed Description

template<typename SourceFrame, typename TargetFrame>
struct Events::Tags::ObserverDetInvJacobianCompute< SourceFrame, TargetFrame >

Sets the ObserverDetInvJacobian to domain::Tags::DetInvJacobian

This is what you would use for a single numerical method simulation. Hybrid methods will supply their own tags.


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