xc
Public Member Functions | Protected Member Functions | List of all members
Segmento Class Reference

Clase base para dominios de tipo segmento. More...

#include <ShapeFunction.h>

Inheritance diagram for Segmento:
Inheritance graph
[legend]
Collaboration diagram for Segmento:
Collaboration graph
[legend]

Public Member Functions

 ~Segmento ()
 Destructor.
 
IntegrationPoints get_integ_points (void) const
 Return the integration point of a segment domain.
 
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 corresponding to a side of a quadrilateral domain. More...
 
- 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

 Segmento (size_t intscheme)
 Constructor.
 
- Protected Member Functions inherited from ShapeFunction
 ShapeFunction ()
 Constructor por defecto.
 

Detailed Description

Clase base para dominios de tipo segmento.

Member Function Documentation

◆ get_face_integ_points()

IntegrationPoints Segmento::get_face_integ_points ( size_t  face_nr) const
virtual

Return the integration points corresponding to a side of a quadrilateral domain.

Implements ShapeFunction.


The documentation for this class was generated from the following files: