SpECTRE  v2024.04.12
Events::Tags::ObserverMeshCompute< Dim > Struct Template Reference

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 = tmpl::list<::domain::Tags::Mesh< Dim > >
 
- Public Types inherited from Events::Tags::ObserverMesh< Dim >
using type = ::Mesh< Dim >
 

Static Public Member Functions

static void function (const gsl::not_null< return_type * > observer_mesh, const ::Mesh< Dim > &mesh)
 

Detailed Description

template<size_t Dim>
struct Events::Tags::ObserverMeshCompute< Dim >

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.


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