![]() |
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 <string>#include <vector>#include <unordered_map>#include <utility>#include "concurrentqueue/concurrentqueue.h"#include "containers/global_pointers_unordered_map.h"#include "containers/global_pointers_vector.h"#include "includes/data_communicator.h"#include "includes/define.h"#include "includes/parallel_environment.h"#include "utilities/communication_coloring_utilities.h"#include "utilities/parallel_utilities.h"#include "utilities/openmp_utils.h"Go to the source code of this file.
Classes | |
| class | Kratos::ApplyProxy< TPointerDataType, TValueDataType, TApplyFunctor > |
| Proxy class to update local and non-local data. More... | |
| class | Kratos::GlobalPointerMapCommunicator< TPointerDataType, TValueDataType > |
| Short class definition. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
| template<class TPointerDataType , class TDataType > | |
| std::istream & | Kratos::operator>> (std::istream &rIStream, GlobalPointerMapCommunicator< TPointerDataType, TDataType > &rThis) |
| input stream function More... | |
| template<class TPointerDataType , class TDataType > | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const GlobalPointerMapCommunicator< TPointerDataType, TDataType > &rThis) |
| output stream function More... | |