![]() |
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 <iostream>#include "includes/define.h"#include "includes/serializer.h"#include "includes/key_hash.h"Go to the source code of this file.
Classes | |
| class | Kratos::GlobalPointer< TDataType > |
| This class is a wrapper for a pointer to a data that is located in a different rank. More... | |
| struct | Kratos::GlobalPointerHasher< TDataType > |
| Template struct for hashing GlobalPointer instances. More... | |
| struct | Kratos::GlobalPointerComparor< TDataType > |
| This is a key comparer between two dof pointers checking for equal keys. More... | |
| struct | Kratos::GlobalPointerCompare< TDataType > |
| This is a key compare between two pointers to the object object. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Kratos Classes | |
| template<class TDataType > | |
| std::istream & | Kratos::operator>> (std::istream &rIStream, GlobalPointer< TDataType > &rThis) |
| input stream function More... | |
| template<class TDataType > | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const GlobalPointer< TDataType > &rThis) |
| output stream function More... | |