SpECTRE
v2025.03.17
|
Sets the ObserverMesh
to domain::Tags::Mesh
More...
#include <Tags.hpp>
Public Types | |
using | base = ObserverMesh< Dim > |
using | return_type = typename base::type |
using | argument_tags = implementation defined |
![]() | |
using | type = ::Mesh< Dim > |
Static Public Member Functions | |
static void | function (const gsl::not_null< return_type * > observer_mesh, const ::Mesh< Dim > &mesh) |
Sets the ObserverMesh
to domain::Tags::Mesh
This is what you would use for a single numerical method simulation. Hybrid methods will supply their own tags.