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.
Public Member Functions | List of all members
Kratos::GlobalPointerComparor< TDataType > Struct Template Reference

This is a key comparer between two dof pointers checking for equal keys. More...

#include <global_pointer.h>

Collaboration diagram for Kratos::GlobalPointerComparor< TDataType >:

Public Member Functions

bool operator() (const GlobalPointer< TDataType > &pGp1, const GlobalPointer< TDataType > &pGp2) const
 The () operator. More...
 

Detailed Description

template<class TDataType>
struct Kratos::GlobalPointerComparor< TDataType >

This is a key comparer between two dof pointers checking for equal keys.

Used for example for the B&S


The documentation for this struct was generated from the following file: