|
SpECTRE
v2026.04.01
|
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:
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.