SpECTRE
v2025.01.30
|
Simple action to print deadlock info on an interpolation target. More...
#include <PrintInterpolationTargetForDeadlock.hpp>
Static Public Member Functions | |
template<typename ParallelComponent , typename DbTags , typename Metavariables , typename ArrayIndex > | |
static void | apply (const db::DataBox< DbTags > &box, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const std::string &file_name) |
Simple action to print deadlock info on an interpolation target.
This will print the following information for all temporal ids stored in intrp::Tags::CurrentTemporalId
(sequential targets) or intrp::Tags::TemporalIds
(non-sequential targets).
intrp::Tags::IndicesOfFilledInterpPoints
intrp::Tags::IndicesOfInvalidInterpPoints1
Size of
intrp::Tags::InterpolatedVars`And also any intrp::Tags::PendingTemporalIds
for sequential targets will be printed.