xc
|
Clase base para dominios triangulares. More...
#include <ShapeFunction.h>
Public Member Functions | |
~Triangular () | |
Destructor. | |
IntegrationPoints | get_integ_points (void) const |
Return the integration points for triangular domains. | |
size_t | get_nr_integ_points (void) const |
Return the number of integration points. | |
m_double | dVdA (size_t face_nr) const |
?? | |
IntegrationPoints | get_face_integ_points (size_t face_nr) const |
Return the integration points of a triangular domain. | |
![]() | |
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 | |
Triangular (size_t intscheme) | |
Constructor. | |
![]() | |
ShapeFunction () | |
Constructor por defecto. | |
Clase base para dominios triangulares.