|
SpECTRE
v2025.08.19
|
Zeros out the MHD time derivatives in the elements next to a DG-only block that themselves are not DG-only elements. More...
#include <ZeroTimeDerivatives.hpp>
Public Types | |
| using | return_tags = tmpl::list<::Tags::Variables< db::wrap_tags_in<::Tags::dt, typename System::variables_tag::tags_list > > > |
| using | argument_tags = tmpl::list< domain::Tags::Element< 3 >, evolution::dg::subcell::Tags::SubcellOptions< 3 > > |
Static Public Member Functions | |
| template<class DtTagsList > | |
| static void | apply (const gsl::not_null< Variables< DtTagsList > * > dt_variables, const Element< 3 > &element, const evolution::dg::subcell::SubcellOptions &subcell_options) |
Zeros out the MHD time derivatives in the elements next to a DG-only block that themselves are not DG-only elements.