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

Method Initialize

kratos/python_scripts/python_solver.py:98–102  ·  view source on GitHub ↗

This function initializes the PythonSolver Usage: It is designed to be called ONCE, BEFORE the execution of the solution-loop

(self)

Source from the content-addressed store, hash-verified

96 pass
97
98 def Initialize(self):
99 """This function initializes the PythonSolver
100 Usage: It is designed to be called ONCE, BEFORE the execution of the solution-loop
101 """
102 pass
103
104 def Finalize(self):
105 """This function finalizes the PythonSolver

Callers 2

EntityInitializeFunction · 0.45
AddKernelToPythonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected