SpECTRE
v2025.01.30
|
Simple action that will print a variety of information on evolution DG elements. More...
#include <PrintDgElementArray.hpp>
Static Public Member Functions | |
template<typename ParallelComponent , typename DbTags , typename Metavariables , typename ArrayIndex > | |
static void | apply (db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const std::string &file_name) |
Simple action that will print a variety of information on evolution DG elements.
This will print the contents of the following inbox or DataBox tags:
evolution::dg::Tags::BoundaryCorrectionAndGhostCellsInbox<3>
evolution::dg::Tags::MortarNextTemporalId<3>
evolution::dg::Tags::MortarDataHistory
(for LTS only)evolution::dg::Tags::MortarData<3>
(for GTS only)Inbox tags are printed using the Parallel::output_inbox
function. The DataBox tags are printed with nice indenting for easy readability in the stdout file.
This can be generalized in the future to other dimensions if needed.