![]() |
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.
|
#include "includes/define_python.h"#include "includes/parallel_environment.h"#include "input_output/logger.h"#include "input_output/file_logger_output.h"#include "input_output/logger_table_output.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::Python | |
Functions | |
| const DataCommunicator & | Kratos::Python::getDataCommunicator (pybind11::kwargs kwargs) |
| void | Kratos::Python::printImpl (pybind11::args args, pybind11::kwargs kwargs, Logger::Severity severity, bool useKwargLabel, LoggerMessage::DistributedFilter filterOption) |
| bool | Kratos::Python::isPrintingRank (pybind11::kwargs kwargs) |
| void | Kratos::Python::printDefault (pybind11::args args, pybind11::kwargs kwargs) |
| void | Kratos::Python::printInfo (pybind11::args args, pybind11::kwargs kwargs) |
| void | Kratos::Python::printWarning (pybind11::args args, pybind11::kwargs kwargs) |
| void | Kratos::Python::printDefaultOnAllRanks (pybind11::args args, pybind11::kwargs kwargs) |
| void | Kratos::Python::printInfoOnAllRanks (pybind11::args args, pybind11::kwargs kwargs) |
| void | Kratos::Python::printWarningOnAllRanks (pybind11::args args, pybind11::kwargs kwargs) |
| void | Kratos::Python::AddLoggerToPython (pybind11::module &m) |