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.
|
Template struct for hashing GlobalPointer instances. More...
#include <global_pointer.h>
Public Member Functions | |
std::size_t | operator() (const GlobalPointer< TDataType > &pGp) const |
The () operator for hashing a GlobalPointer. More... | |
Template struct for hashing GlobalPointer instances.
TDataType | The type of data managed by the GlobalPointer. |