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

Method ExecuteInitializeSolutionStep

kratos/processes/process.h:123–125  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls