|
SpECTRE
v2026.06.30
|
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 |
| 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.
| using evolution::dg::subcell::Tags::ObserverMeshCompute< Dim >::argument_tags |