SpECTRE
v2024.12.16
|
Prepare the input quantities in the DataBox for the evaluation of the hypersurface integral used to compute BondiTag
.
More...
#include <CharacteristicEvolutionBondiCalculations.hpp>
Static Public Member Functions | |
template<typename DbTags , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent > | |
static Parallel::iterable_action_return_t | apply (db::DataBox< DbTags > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Prepare the input quantities in the DataBox for the evaluation of the hypersurface integral used to compute BondiTag
.
Internally this calls the mutate_all_pre_swsh_derivatives_for_tag<BondiTag>()
and mutate_all_swsh_derivatives_for_tag<BondiTag>()
utility functions, which determine which quantities are necessary for each of the hypersurface computations.