|
SpECTRE
v2026.04.01
|
Component that mocks the ObserverWriter. More...
#include <MockWriteReductionDataRow.hpp>
Public Types | |
| using | metavariables = Metavariables |
| using | chare_type = ActionTesting::MockNodeGroupChare |
| using | array_index = int |
| using | phase_dependent_action_list |
| using | component_being_mocked = ::observers::ObserverWriter<Metavariables> |
| using | replace_these_threaded_actions |
| using | with_these_threaded_actions = tmpl::list<MockWriteReductionDataRow> |
Component that mocks the ObserverWriter.
The only tag that is added to the DataBox is the MockReductionFileTag. To initialize this component do
This component replaces the WriteReductionDataRow threaded action with the MockWriteReductionDataRow threaded action.
| using TestHelpers::observers::MockObserverWriter< Metavariables >::phase_dependent_action_list |
| using TestHelpers::observers::MockObserverWriter< Metavariables >::replace_these_threaded_actions |