NiHu  2.0
NiHu::shape_derivative_index Namespace Reference

shape function derivative indices These indices are used to index the first and second derivatives of the shape functions. More...

Enumerations

enum  {
  dXI = 0, dETA = 1, dXIXI = 0, dXIETA = 1,
  dETAXI = 1, dETAETA = 2
}
 

Detailed Description

shape function derivative indices These indices are used to index the first and second derivatives of the shape functions.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
dXI 

index of xi in 1st derivative matrix

dETA 

index of eta in 1st derivative matrix

dXIXI 

index of xi_xi in 2nd derivative matrix

dXIETA 

index of xi_eta in 2nd derivative matrix

dETAXI 

index of eta_xi in 2nd derivative matrix

dETAETA 

index of eta_eta in 2nd derivative matrix

Definition at line 48 of file shapeset.hpp.