SpECTRE
v2024.09.29
|
Sets the initial RDMP data. More...
#include <SetInitialRdmpData.hpp>
Public Types | |
using | argument_tags = tmpl::list< Burgers::Tags::U, evolution::dg::subcell::Tags::ActiveGrid, ::domain::Tags::Mesh< 1 >, evolution::dg::subcell::Tags::Mesh< 1 > > |
using | return_tags = tmpl::list< evolution::dg::subcell::Tags::DataForRdmpTci > |
Static Public Member Functions | |
static void | apply (gsl::not_null< evolution::dg::subcell::RdmpTciData * > rdmp_tci_data, const Scalar< DataVector > &u, evolution::dg::subcell::ActiveGrid active_grid, const Mesh< 1 > &dg_mesh, const Mesh< 1 > &subcell_mesh) |
Sets the initial RDMP data.
Used on the subcells after the TCI marked the DG solution as inadmissible.