|
SpECTRE
v2025.08.19
|
Sets the ObserverJacobian to domain::Tags::Jacobian
More...
#include <Tags.hpp>
Public Types | |
| using | base = ObserverJacobian< Dim, SourceFrame, TargetFrame > |
| using | return_type = typename base::type |
| using | argument_tags = tmpl::list<::domain::Tags::Jacobian< Dim, SourceFrame, TargetFrame > > |
Public Types inherited from Events::Tags::ObserverJacobian< Dim, SourceFrame, TargetFrame > | |
| using | type = ::Jacobian< DataVector, Dim, SourceFrame, TargetFrame > |
Static Public Member Functions | |
| static void | function (const gsl::not_null< return_type * > observer_jacobian, const return_type &jacobian) |
Static Public Member Functions inherited from Events::Tags::ObserverJacobian< Dim, SourceFrame, TargetFrame > | |
| static std::string | name () |
Sets the ObserverJacobian to domain::Tags::Jacobian
This is what you would use for a single numerical method simulation. Hybrid methods will supply their own tags.