PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
anonymous_namespace{hexElem.cpp} Namespace Reference

Variables

constexpr double SX [8] = {-1., 1., 1., -1., -1., 1., 1., -1.}
 
constexpr double SY [8] = {-1., -1., 1., 1., -1., -1., 1., 1.}
 
constexpr double SZ [8] = {-1., -1., -1., -1., 1., 1., 1., 1.}
 

Variable Documentation

◆ SX

constexpr double anonymous_namespace{hexElem.cpp}::SX[8] = {-1., 1., 1., -1., -1., 1., 1., -1.}
constexpr

Definition at line 21 of file hexElem.cpp.

21{-1., 1., 1., -1., -1., 1., 1., -1.};

◆ SY

constexpr double anonymous_namespace{hexElem.cpp}::SY[8] = {-1., -1., 1., 1., -1., -1., 1., 1.}
constexpr

Definition at line 22 of file hexElem.cpp.

22{-1., -1., 1., 1., -1., -1., 1., 1.};

◆ SZ

constexpr double anonymous_namespace{hexElem.cpp}::SZ[8] = {-1., -1., -1., -1., 1., 1., 1., 1.}
constexpr

Definition at line 23 of file hexElem.cpp.

23{-1., -1., -1., -1., 1., 1., 1., 1.};