SpECTRE
v2023.05.16
|
The troubled-cell indicator run on DG initial data to see if we need to switch to subcell. More...
#include <InitialDataTci.hpp>
Public Types | |
using | argument_tags = tmpl::list< domain::Tags::Mesh< 1 >, evolution::dg::subcell::Tags::Mesh< 1 > > |
Static Public Member Functions | |
static std::tuple< bool, evolution::dg::subcell::RdmpTciData > | apply (const Variables< tmpl::list< Burgers::Tags::U > > &dg_vars, double rdmp_delta0, double rdmp_epsilon, double persson_exponent, const Mesh< 1 > &dg_mesh, const Mesh< 1 > &subcell_mesh) |
The troubled-cell indicator run on DG initial data to see if we need to switch to subcell.
Uses the two-mesh relaxed discrete maximum principle as well as the Persson TCI applied to \(U\).