xc
Public Member Functions | List of all members
Seg_lin Class Reference

Functiones de forma para segmento lineal (2 nodos). More...

#include <ShapeFunction.h>

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

Public Member Functions

 Seg_lin (size_t nxi)
 Constructor.
 
 ~Seg_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...
 
- Public Member Functions inherited from Segmento
 ~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.
 

Additional Inherited Members

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

Detailed Description

Functiones de forma para segmento lineal (2 nodos).

Member Function Documentation

◆ get_N_vec()

m_double Seg_lin::get_N_vec ( const m_double natcor) const
virtual

Return the values of the shape functions at the point with the natural coordinates being passed as parameter.

Implements ShapeFunction.

◆ getPartialDerivatives()

m_double Seg_lin::getPartialDerivatives ( const m_double natcor) const
virtual

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.


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