* @brief This function will be executed at every time step BEFORE performing the solve phase */
| 121 | * @brief This function will be executed at every time step BEFORE performing the solve phase |
| 122 | */ |
| 123 | virtual void ExecuteInitializeSolutionStep() |
| 124 | { |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * @brief This function will be executed at every time step AFTER performing the solve phase |
no outgoing calls