|
SpECTRE
v2026.06.30
|
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 () |
Computes the mesh velocity on the active grid.
| using evolution::dg::subcell::Tags::ObserverMeshVelocityCompute< Dim >::argument_tags |