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.
Namespaces | Functions
base_factory.py File Reference

Namespaces

 factories.base_factory
 

Functions

def factories.base_factory.Create (settings, args, folder, module_name=None)
 This function creates and returns a class from a module based on the use input First the requested module is searched in CoSimulation If it is not part of CoSimulation then it is attempted to be imported directly from PYTHONPATH. More...