Strategy python
From KratosWiki
functions in strategy_python are descibed here
Initialize
calls Initialize and InitializeElements of the Scheme
- Initilize is intended to be called just once when the strategy is initialized
- InitializeElements calls Initialize function of the elements
Solve
This function is called at every time step to solve the problem. First of all it checks if Initialize is called or no so just in the first call of Solve scheme and elements are initialized and then corresponding flag put True