PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
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.