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

The divergence of the frame velocity. More...

#include <TagsDomain.hpp>

Public Types

using base = DivMeshVelocity
 
using return_type = typename base::type
 
using argument_tags = tmpl::list<::domain::Tags::MeshVelocity< Dim, Frame::Inertial >, ::domain::Tags::Mesh< Dim >, ::domain::Tags::InverseJacobian< Dim, Frame::ElementLogical, Frame::Inertial > >
 
- Public Types inherited from domain::Tags::DivMeshVelocity
using type = std::optional< Scalar< DataVector > >
 

Static Public Member Functions

static void function (gsl::not_null< std::optional< Scalar< DataVector > > * > div_mesh_velocity, const std::optional< tnsr::I< DataVector, Dim, Frame::Inertial > > &mesh_velocity, const ::Mesh< Dim > &mesh, const ::InverseJacobian< DataVector, Dim, Frame::ElementLogical, Frame::Inertial > &inv_jac_logical_to_inertial)
 
- Static Public Member Functions inherited from domain::Tags::DivMeshVelocity
static std::string name ()
 

Detailed Description

template<size_t Dim>
struct evolution::domain::Tags::DivMeshVelocityCompute< Dim >

The divergence of the frame velocity.


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