SpECTRE  v2024.04.12
Events::Tags::ObserverMeshVelocityCompute< Dim, Frame > Struct Template Reference

Sets the ObserverMeshVelocty to domain::Tags::MeshVelocty More...

#include <Tags.hpp>

Public Types

using base = ObserverMeshVelocity< Dim, Frame >
 
using return_type = typename base::type
 
using argument_tags = tmpl::list<::domain::Tags::MeshVelocity< Dim, Frame > >
 
- Public Types inherited from Events::Tags::ObserverMeshVelocity< Dim, ::Frame::Inertial >
using type = std::optional< tnsr::I< DataVector, Dim, ::Frame::Inertial > >
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > observer_mesh_velocity, const return_type &mesh_velocity)
 
- Static Public Member Functions inherited from Events::Tags::ObserverMeshVelocity< Dim, ::Frame::Inertial >
static std::string name ()
 

Detailed Description

template<size_t Dim, typename Frame = ::Frame::Inertial>
struct Events::Tags::ObserverMeshVelocityCompute< Dim, Frame >

Sets the ObserverMeshVelocty to domain::Tags::MeshVelocty

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: