SpECTRE  v2024.04.12
domain::Tags::InertialMeshVelocityCompute< Dim > Struct Template Reference

Computes the Inertial mesh velocity from CoordinatesVelocityAndJacobians More...

#include <TagsTimeDependent.hpp>

Public Types

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

Static Public Member Functions

static void function (gsl::not_null< return_type * > mesh_velocity, const std::optional< std::tuple< tnsr::I< DataVector, Dim, Frame::Inertial >, ::InverseJacobian< DataVector, Dim, Frame::Grid, Frame::Inertial >, ::Jacobian< DataVector, Dim, Frame::Grid, Frame::Inertial >, tnsr::I< DataVector, Dim, Frame::Inertial > > > &grid_to_inertial_quantities)
 

Detailed Description

template<size_t Dim>
struct domain::Tags::InertialMeshVelocityCompute< Dim >

Computes the Inertial mesh velocity from CoordinatesVelocityAndJacobians

The type is a std::optional, which when it is not set indicates that the mesh is not moving.


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