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
factories.base_factory Namespace Reference

Functions

def 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...
 

Function Documentation

◆ Create()

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.