37 std::shared_ptr<StrategyWrapper> mStrategyWrapper;
38 std::vector<std::weak_ptr<Process>> mProcessObservables;
Definition: time_step_executor.h:27
void SetProcessObservables(const std::vector< std::weak_ptr< Process >> &rProcessObservables)
Definition: time_step_executor.cpp:24
void SetSolverStrategy(std::shared_ptr< StrategyWrapper > SolverStrategy)
Definition: time_step_executor.cpp:19
TimeStepEndState Run(double Time)
Definition: time_step_executor.cpp:29
std::vector< ProcessRef > ProcessRefVec
Definition: time_step_executor.h:30
std::reference_wrapper< Process > ProcessRef
Definition: time_step_executor.h:29
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Definition: time_step_end_state.hpp:23