SpECTRE  v2024.04.12
evolution::dg::subcell::Tags::ObserverMeshVelocityCompute< Dim > Struct Template Reference

Computes the mesh velocity on the active grid. More...

#include <ObserverMeshVelocity.hpp>

Public Types

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

Static Public Member Functions

static void function (gsl::not_null< return_type * > active_mesh_velocity, subcell::ActiveGrid active_grid, const std::optional< tnsr::I< DataVector, Dim, Frame::Inertial > > &dg_mesh_velocity, const ::Mesh< Dim > &dg_mesh, const ::Mesh< Dim > &subcell_mesh)
 
- Static Public Member Functions inherited from Events::Tags::ObserverMeshVelocity< Dim, Frame::Inertial >
static std::string name ()
 

Detailed Description

template<size_t Dim>
struct evolution::dg::subcell::Tags::ObserverMeshVelocityCompute< Dim >

Computes the mesh velocity on the active grid.


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