SpECTRE
v2025.03.17
|
Dispatch loading numeric initial data from files or set analytic initial data. More...
#include <SetInitialData.hpp>
Public Types | |
using | const_global_cache_tags = implementation defined |
Static Public Member Functions | |
template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent > | |
static Parallel::iterable_action_return_t | apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ActionList, const ParallelComponent *const parallel_component) |
Dispatch loading numeric initial data from files or set analytic initial data.
Place this action before gh::Actions::ReceiveNumericInitialData in the action list. See importers::Actions::ReadAllVolumeDataAndDistribute for details, which is invoked by this action. Analytic initial data is set directly by this action and terminates the phase.