KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Functions
python_interface.python_registry_utilities Namespace Reference

Functions

def RegisterAll (PythonModuleName, PythonRegistryListModule)
 
def RegisterModelersList (PythonModuleName, PythonRegistryListModule)
 
def RegisterOperationsList (PythonModuleName, PythonRegistryListModule)
 
def RegisterProcessesList (PythonModuleName, PythonRegistryListModule)
 
def RegisterStagesList (PythonModuleName, PythonRegistryListModule)
 
def RegisterOrchestratorsList (PythonModuleName, PythonRegistryListModule)
 

Function Documentation

◆ RegisterAll()

def python_interface.python_registry_utilities.RegisterAll (   PythonModuleName,
  PythonRegistryListModule 
)

◆ RegisterModelersList()

def python_interface.python_registry_utilities.RegisterModelersList (   PythonModuleName,
  PythonRegistryListModule 
)

◆ RegisterOperationsList()

def python_interface.python_registry_utilities.RegisterOperationsList (   PythonModuleName,
  PythonRegistryListModule 
)

◆ RegisterOrchestratorsList()

def python_interface.python_registry_utilities.RegisterOrchestratorsList (   PythonModuleName,
  PythonRegistryListModule 
)

◆ RegisterProcessesList()

def python_interface.python_registry_utilities.RegisterProcessesList (   PythonModuleName,
  PythonRegistryListModule 
)

◆ RegisterStagesList()

def python_interface.python_registry_utilities.RegisterStagesList (   PythonModuleName,
  PythonRegistryListModule 
)