|
SpECTRE
v2026.04.01
|
Computes the active mesh, which is the DG mesh if ActiveGrid is Dg and the subcell mesh if ActiveGrid is Subcell.
More...
#include <ObserverMesh.hpp>
Public Types | |
| using | base = ::Events::Tags::ObserverMesh< Dim > |
| using | return_type = typename base::type |
| using | argument_tags = tmpl::list<::domain::Tags::Mesh< Dim >, subcell::Tags::Mesh< Dim >, subcell::Tags::ActiveGrid > |
Public Types inherited from Events::Tags::ObserverMesh< Dim > | |
| using | type = ::Mesh< Dim > |
Static Public Member Functions | |
| static void | function (gsl::not_null< return_type * > active_mesh, const ::Mesh< Dim > &dg_mesh, const ::Mesh< Dim > &subcell_mesh, const subcell::ActiveGrid active_grid) |
Computes the active mesh, which is the DG mesh if ActiveGrid is Dg and the subcell mesh if ActiveGrid is Subcell.