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

Method GetModel

kratos/python_scripts/project.py:36–39  ·  view source on GitHub ↗

Returns the current multistage simulation model.

(self)

Source from the content-addressed store, hash-verified

34 self.__settings.AddString("kratos_version", kratos_version)
35
36 def GetModel(self) -> KratosMultiphysics.Model:
37 '''Returns the current multistage simulation model.'''
38
39 return self.__model
40
41 def GetSettings(self) -> KratosMultiphysics.Parameters:
42 '''Returns the current multistage simulation settings.'''

Callers 15

AddModelPartToPythonFunction · 0.45
mapper_factory.hFile · 0.45
__init__Method · 0.45
ExecuteInitializeMethod · 0.45
CreateStageMethod · 0.45
model_part.cppFile · 0.45
CopyPropertiesModelerMethod · 0.45
TestIODebugMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestIODebugMethod · 0.36
debug_vtkFunction · 0.36