|
FrictionQPotFEM 0.23.3
|
CRTP base class for regular meshes. More...
#include <include/GooseFEM/Mesh.h>

Public Types | |
| using | derived_type = D |
| Underlying type. More... | |
Public Member Functions | |
| auto | nelem () const |
| Number of elements. More... | |
| auto | nnode () const |
| Number of nodes. More... | |
| auto | nne () const |
| Number of nodes-per-element == 4. More... | |
| auto | ndim () const |
| Number of dimensions == 2. More... | |
| auto | nelx () const |
| Number of elements in x-direction == width of the mesh in units of h. More... | |
| auto | nely () const |
| Number of elements in y-direction == height of the mesh, in units of h,. More... | |
| auto | h () const |
| Linear edge size of one 'block'. More... | |
| auto | getElementType () const |
| The ElementType(). More... | |
| auto | coor () const |
| Nodal coordinates [nnode, ndim]. More... | |
| auto | conn () const |
| Connectivity [nelem, nne]. More... | |
| auto | dofs () const |
| DOF numbers for each node (numbered sequentially) [nnode, ndim]. More... | |
| auto | dofsPeriodic () const |
| DOF-numbers for the case that the periodicity if fully eliminated. More... | |
| auto | nodesPeriodic () const |
| Periodic node pairs, in two columns: (independent, dependent). More... | |
| auto | nodesOrigin () const |
| Reference node to use for periodicity, because all corners are tied to it. More... | |
CRTP base class for regular meshes.
| using GooseFEM::Mesh::RegularBase< D >::derived_type = D |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |