Inheritance diagram for FEM::Hex20:
Public Member Functions | |
Hex20 () | |
virtual | ~Hex20 () |
void | Shape (REAL r, REAL s, REAL t, LinAlg::Vector< REAL > &Shape) const |
void | Derivs (REAL r, REAL s, REAL t, LinAlg::Matrix< REAL > &Derivs) const |
REAL | BoundDistance (REAL r, REAL s, REAL t) const |
int | VTKCellType () const |
Protected Member Functions | |
void | _distrib_val_to_face_nodal_vals (Array< Node * > const &FaceConnects, REAL const FaceValue, LinAlg::Vector< REAL > &NodalValues) const |
void | _face_shape (REAL r, REAL s, LinAlg::Vector< REAL > &AFaceShape) const |
void | _face_derivs (REAL r, REAL s, LinAlg::Matrix< REAL > &AFaceDerivs) const |
Definition at line 60 of file hex20.h.