![]() |
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 "add_communicator_to_python.h"#include "includes/communicator.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::Python | |
Functions | |
| template<class TDataType > | |
| bool | Kratos::Python::CommunicatorSynchronizeVariable (Communicator &rCommunicator, Variable< TDataType > const &ThisVariable) |
| template<class TDataType > | |
| bool | Kratos::Python::CommunicatorSynchronizeNonHistoricalVariable (Communicator &rCommunicator, Variable< TDataType > const &ThisVariable) |
| template<class TDataType > | |
| bool | Kratos::Python::CommunicatorAssembleCurrentData (Communicator &rCommunicator, Variable< TDataType > const &ThisVariable) |
| template<class TDataType > | |
| bool | Kratos::Python::CommunicatorAssembleNonHistoricalData (Communicator &rCommunicator, Variable< TDataType > const &ThisVariable) |
| void | Kratos::Python::AddCommunicatorToPython (pybind11::module &m) |