PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
Q1 element information. More...
Enumerations | |
enum | ElementFace { FACE_LEFT = 0 , FACE_RIGHT = 1 , FACE_FRONT = 2 , FACE_BACK = 3 , FACE_BOTTOM = 4 , FACE_TOP = 5 } |
Functions | |
Germ | chi (unsigned int k, const QuadPoint &p) |
Evaluate a Q1 shape function and its derivatives with respect to xi and eta. More... | |
Variables | |
const int | n_chi = 8 |
Number of shape functions on a Q1 element. More... | |
const int | n_faces = 6 |
Number of sides per element. More... | |
const unsigned int | incident_nodes [n_faces][4] |
Q1 element information.