◆ initialize_action_list
template<typename Metavariables, typename ComponentBeingMocked, typename MockCharacteristicComponent = void>
Initial value:
tmpl::list<Actions::InitializeWorldtubeBoundary<ComponentBeingMocked>,
Terminate the algorithm to proceed to the next phase.
Definition TerminatePhase.hpp:28
◆ phase_dependent_action_list
template<typename Metavariables, typename ComponentBeingMocked, typename MockCharacteristicComponent = void>
Initial value:
initialize_action_list>,
@ Initialization
initial phase of an executable
Definition Phase.hpp:67
List of all the actions to be executed in the specified phase.
Definition PhaseDependentActionList.hpp:17
◆ replace_these_simple_actions
template<typename Metavariables, typename ComponentBeingMocked, typename MockCharacteristicComponent = void>
Initial value: tmpl::conditional_t<
ComponentBeingMocked, MockCharacteristicComponent>>>
Obtains the CCE boundary data at the specified time, and reports it to the EvolutionComponent via Act...
Definition BoundaryComputeAndSendToEvolution.hpp:42
◆ simple_tags_from_options
template<typename Metavariables, typename ComponentBeingMocked, typename MockCharacteristicComponent = void>
Initial value:
tmpl::remove_duplicates< tmpl::flatten< tmpl::transform< InitializationActionsList, detail::get_simple_tags_from_options_from_action< tmpl::_1 > > > > get_simple_tags_from_options
Given a list of initialization actions, returns a list of the unique simple_tags_from_options for all...
Definition ParallelComponentHelpers.hpp:296
◆ with_these_simple_actions
template<typename Metavariables, typename ComponentBeingMocked, typename MockCharacteristicComponent = void>
Initial value: tmpl::conditional_t<
tmpl::list<
Definition WorldtubeBoundaryMocking.hpp:41
The documentation for this struct was generated from the following file:
- tests/Unit/Helpers/Evolution/Systems/Cce/Actions/WorldtubeBoundaryMocking.hpp