GEOSX
Namespaces | Macros
DofManagerHelpers.hpp File Reference

Go to the source code of this file.

Namespaces

 geosx
 

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< DofManager::Location::LOC, DofManager::Location::LOC_ADJ > \
{ \
static localIndex constexpr max = MAX; \
}
std::ptrdiff_t localIndex
Local index type (for indexing objects within an MPI partition).
Definition: DataTypes.hpp:125
constexpr std::enable_if_t< std::is_arithmetic< T >::value, T > max(T const a, T const b)
Definition: math.hpp:46

Shortcut macro for declaring adjacency.

Definition at line 123 of file DofManagerHelpers.hpp.