PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
hexElem.cpp File Reference
#include "hexElem.h"
#include "util/feElementDefs.h"
#include "util/matrix.h"
#include <cmath>
#include <vector>
Include dependency graph for hexElem.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{hexElem.cpp}
 

Variables

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