GEOS
Namespaces | Macros
DofManagerHelpers.hpp File Reference
#include "mesh/utilities/MeshMapUtilities.hpp"

Go to the source code of this file.

Namespaces

 geos
 

Macros

#define SET_MAX_MESH_INCIDENCE(LOC, LOC_ADJ, MAX)
 Shortcut macro for declaring adjacency. More...
 

Macro Definition Documentation

◆ SET_MAX_MESH_INCIDENCE

#define SET_MAX_MESH_INCIDENCE (   LOC,
  LOC_ADJ,
  MAX 
)
Value:
template<> \
struct MeshIncidence< FieldLocation::LOC, FieldLocation::LOC_ADJ > \
{ \
static localIndex constexpr max = MAX; \
}
GEOS_LOCALINDEX_TYPE localIndex
Local index type (for indexing objects within an MPI partition).
Definition: DataTypes.hpp:85

Shortcut macro for declaring adjacency.

Definition at line 124 of file DofManagerHelpers.hpp.