SpECTRE
v2025.03.17
|
Computes the VolumeDim-1
dimensional mesh on an interface from the volume mesh. Tags::InterfaceCompute<Dirs, InterfaceMesh<VolumeDim>>
is retrievable as Tags::Interface<Dirs, Mesh<VolumeDim>>
from the DataBox.
More...
#include <InterfaceComputeTags.hpp>
Public Types | |
using | base = Tags::Mesh< VolumeDim - 1 > |
using | return_type = typename base::type |
using | argument_tags = implementation defined |
using | volume_tags = implementation defined |
![]() | |
using | type = ::Mesh< VolumeDim > |
Static Public Member Functions | |
static constexpr auto | function (const gsl::not_null< return_type * > mesh, const ::Direction< VolumeDim > &direction, const ::Mesh< VolumeDim > &volume_mesh) |
Computes the VolumeDim-1
dimensional mesh on an interface from the volume mesh. Tags::InterfaceCompute<Dirs, InterfaceMesh<VolumeDim>>
is retrievable as Tags::Interface<Dirs, Mesh<VolumeDim>>
from the DataBox.