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

Method GetSettings

kratos/python_scripts/project.py:41–44  ·  view source on GitHub ↗

Returns the current multistage simulation settings.

(self)

Source from the content-addressed store, hash-verified

39 return self.__model
40
41 def GetSettings(self) -> KratosMultiphysics.Parameters:
42 '''Returns the current multistage simulation settings.'''
43
44 return self.__settings
45
46 def GetOutputData(self) -> dict:
47 '''Returns the current multistage simulation output data container.'''

Calls

no outgoing calls