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.
Classes | Namespaces | Functions | Variables
__init__.py File Reference

Classes

class  python_interface.KratosPaths
 

Namespaces

 python_interface
 

Functions

def python_interface.__getattr__ (name)
 
def python_interface.IsDistributedRun ()
 
def python_interface.iter_wrapper (self)
 

Variables

def python_interface.KratosGlobals = __ModuleInitDetail()
 
 python_interface.Registry = python_registry.PythonRegistry()
 
 python_interface.RegisterPrototype = python_registry.RegisterPrototype
 
def python_interface.python_version = KratosGlobals.Kernel.PythonVersion()
 
def python_interface.kratos_version_info = python_version.split(".")
 
list python_interface.list_deprecation_warnings = []
 
 python_interface.orig_iter = Parameters.__iter__