MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / ExecuteFinalizeSolutionStep

Method ExecuteFinalizeSolutionStep

kratos/processes/process.h:130–132  ·  view source on GitHub ↗

* @brief This function will be executed at every time step AFTER performing the solve phase */

Source from the content-addressed store, hash-verified

128 * @brief This function will be executed at every time step AFTER performing the solve phase
129 */
130 virtual void ExecuteFinalizeSolutionStep()
131 {
132 }
133
134
135 /**

Calls

no outgoing calls