Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations | Functions | Variables
pism::fem::q13d Namespace Reference

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.
 

Variables

const int n_chi = 8
 Number of shape functions on a Q1 element.
 
const int n_faces = 6
 Number of sides per element.
 
const unsigned int incident_nodes [n_faces][4]
 

Detailed Description

Q1 element information.