|
SpECTRE
v2025.08.19
|
Apply the Kreiss-Oliger filter to the evolved variables. More...
#include <ApplyFilter.hpp>
Public Types | |
| using | return_tags = tmpl::list< System::variables_tag > |
| using | argument_tags = tmpl::list< evolution::dg::subcell::Tags::Mesh< 3 >, Tags::EvolveLapseAndShift, Tags::KreissOligerEpsilon, evolution::dg::subcell::Tags::GhostDataForReconstruction< 3 > > |
Static Public Member Functions | |
| static void | apply (gsl::not_null< typename System::variables_tag::type * > evolved_vars_ptr, const Mesh< 3 > &subcell_mesh, bool evolve_lapse_and_shift, double kreiss_oliger_epsilon, const DirectionalIdMap< 3, evolution::dg::subcell::GhostData > &ghost_data) |
Apply the Kreiss-Oliger filter to the evolved variables.