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 | testing.utilities.Commander |
Namespaces | |
testing.utilities | |
Functions | |
def | testing.utilities.GetPython3Command () |
Return the name of the python command, can be used with subprocess. More... | |
def | testing.utilities.ReadModelPart (mdpa_file_name, model_part, settings=None) |
This method is designed to read a ModelPart. More... | |
def | testing.utilities.ReadSerialModelPart (mdpa_file_name, model_part) |
Reads mdpa file. More... | |
def | testing.utilities.ReadDistributedModelPart (mdpa_file_name, model_part, importer_settings=None) |
Reads mdpa file. More... | |
def | testing.utilities.PrintTestHeader (application) |
def | testing.utilities.PrintTestFooter (application, exit_code) |
def | testing.utilities.PrintTestSummary (exit_codes) |