xc
|
Shape functions for linear hexahedrons (8 nodes). More...
#include <ShapeFunction.h>
Public Member Functions | |
Hex_lin (size_t nxi, size_t neta, size_t nzeta) | |
Constructor. | |
~Hex_lin () | |
Destructor. | |
m_double | get_N_vec (const m_double &natcor) const |
Return the values of the shape functions at the point with the natural coordinates being passed as parameter. More... | |
m_double | getPartialDerivatives (const m_double &natcor) const |
Return the values of the partial derivatives of the shape functions at the point which natural coordinates are being passed as parameter. More... | |
![]() | |
~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. | |
![]() | |
virtual | ~ShapeFunction () |
Destructor. | |
Additional Inherited Members | |
![]() | |
Hexaedrico (size_t nxi, size_t neta, size_t nzeta) | |
Constructor. | |
![]() | |
ShapeFunction () | |
Constructor por defecto. | |
Shape functions for linear hexahedrons (8 nodes).
Return the values of the shape functions at the point with the natural coordinates being passed as parameter.
Implements ShapeFunction.
Return the values of the partial derivatives of the shape functions at the point which natural coordinates are being passed as parameter.
The (i,j) component of the matrix is equal to d(Nj)/d(xi)
Implements ShapeFunction.