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 | |
class | RandomMaterial |
Random material generator class. More... | |
Functions | |
def | levelcut (field, level=0) |
def | get_vf (phase) |
Variables | |
config = importlib.import_module(sys.argv[1]) | |
RM = RandomMaterial(config) | |
def RandomMaterial.get_vf | ( | phase | ) |
def RandomMaterial.levelcut | ( | field, | |
level = 0 |
|||
) |
RandomMaterial.config = importlib.import_module(sys.argv[1]) |
RandomMaterial.RM = RandomMaterial(config) |