SpECTRE  v2026.06.30
Loading...
Searching...
No Matches
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
Public Types inherited from Events::Tags::ObserverMeshVelocity< Dim, Frame::Inertial >
using type

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.

Member Typedef Documentation

◆ argument_tags

template<size_t Dim>
using evolution::dg::subcell::Tags::ObserverMeshVelocityCompute< Dim >::argument_tags
Initial value:
tmpl::list<ActiveGrid, ::domain::Tags::MeshVelocity<Dim, Frame::Inertial>,
The computational grid of the Element in the DataBox.
Definition Tags.hpp:62
The mesh on the subcells.
Definition Mesh.hpp:22

The documentation for this struct was generated from the following file:
  • src/Evolution/DgSubcell/Tags/ObserverMeshVelocity.hpp