| xc
    | 
Base class for shape functions over hexahedrons. More...
#include <ShapeFunction.h>


| Public Member Functions | |
| ~Hexaedrico () | |
| Destructor. | |
| IntegrationPoints | get_integ_points () const | 
| Return the integration points of a hexahedron. | |
| size_t | get_nr_integ_points () const | 
| Return the numberof integration points. | |
| m_double | dVdA (size_t face_nr) const | 
| ?? | |
| IntegrationPoints | get_face_integ_points (size_t face_nr) const | 
| Devuelve los puntos de una cara de un dominio hexahédrico. | |
|  Public Member Functions inherited from ShapeFunction | |
| virtual | ~ShapeFunction () | 
| Destructor. | |
| virtual m_double | get_N_vec (const m_double &natcor) const =0 | 
| Return the values of the shape functions at the point.  More... | |
| virtual m_double | getPartialDerivatives (const m_double &natcor) const =0 | 
| Return the values of the partial derivatives of the shape functions at the point which natural coordinates are being passed as parameter.  More... | |
| Protected Member Functions | |
| Hexaedrico (size_t nxi, size_t neta, size_t nzeta) | |
| Constructor. | |
|  Protected Member Functions inherited from ShapeFunction | |
| ShapeFunction () | |
| Constructor por defecto. | |
Base class for shape functions over hexahedrons.
 1.8.13
 1.8.13