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 <pybind11/stl.h>
#include "add_data_communicator_to_python.h"
#include "includes/define_python.h"
#include "includes/data_communicator.h"
#include "includes/parallel_environment.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Python | |
Functions | |
template<class TValue > | |
std::vector< TValue > | Kratos::Python::VectorBroadcastWrapper (const DataCommunicator &rSelf, void(DataCommunicator::*pBroadcastMethod)(std::vector< TValue > &, const int) const, const std::vector< TValue > &rSourceValues, const int SourceRank) |
template<class TModuleType , class TDataType > | |
void | Kratos::Python::AddDataCommunicatorMethodForDataType (TModuleType &rDataCommunicatorModule) |
void | Kratos::Python::AddDataCommunicatorToPython (pybind11::module &m) |