SpECTRE  v2023.05.16
Burgers::subcell::DgInitialDataTci Struct Reference

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::RdmpTciDataapply (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)
 

Detailed Description

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\).


The documentation for this struct was generated from the following file: