![]() |
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 <iostream>#include <type_traits>#include "includes/define.h"#include "includes/data_communicator.h"#include "includes/global_pointer.h"#include "includes/mpi_serializer.h"#include "containers/global_pointers_vector.h"#include "containers/global_pointers_unordered_map.h"#include "includes/parallel_environment.h"#include "utilities/communication_coloring_utilities.h"Go to the source code of this file.
Classes | |
| class | Kratos::ResultsProxy< TPointerDataType, TFunctorType > |
| A template class to proxy results, whether they are locally or remotely owned. More... | |
| class | Kratos::GlobalPointerCommunicator< TPointerDataType > |
| A template class for handling communication related to global pointers. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
| template<class TPointerDataType , class TSendType > | |
| std::istream & | Kratos::operator>> (std::istream &rIStream, GlobalPointerCommunicator< TPointerDataType > &rThis) |
| input stream function More... | |
| template<class TPointerDataType , class TSendType > | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const GlobalPointerCommunicator< TPointerDataType > &rThis) |
| output stream function More... | |