Line2 Class Reference
To describe a 2-Node planar line finite element. More...
#include "Line2.h"

Public Member Functions | |
Line2 () | |
Default Constructor. | |
Line2 (const Element *el) | |
Constructor for an element. More... | |
Line2 (const Side *side) | |
Constructor for a side. More... | |
Line2 (const Edge *edge) | |
Constructor for an edge. More... | |
~Line2 () | |
Destructor. | |
real_t | getLength () const |
Return element length. | |
Point< real_t > | getNormal () const |
Return unit normal vector to line. | |
Point< real_t > | getTangent () const |
Return unit tangent vector to line. | |
real_t | Sh (size_t i, real_t s) const |
Calculate shape function of a given node at a given point. More... | |
std::vector< Point< real_t > > | DSh () const |
Return partial derivatives of shape functions of element nodes. More... | |
Point< real_t > | getRefCoord (const Point< real_t > &x) |
Return reference coordinates of a point x in element. More... | |
bool | isIn (const Point< real_t > &x) |
Check whether point x is in current line element or not. | |
real_t | getInterpolate (const Point< real_t > &x, const LocalVect< real_t, 2 > &v) |
Return interpolated value at a given point. More... | |
![]() | |
FEShape () | |
Default Constructor. | |
FEShape (const Element *el) | |
Constructor for an element. More... | |
FEShape (const Side *sd) | |
Constructor for a side. More... | |
virtual | ~FEShape () |
Destructor. | |
real_t | Sh (size_t i) const |
Return shape function of node i at given point. | |
real_t | Sh (size_t i, Point< real_t > s) const |
Calculate shape function of node i at a given point s . More... | |
real_t | getDet () const |
Return determinant of jacobian. More... | |
Point< real_t > | getCenter () const |
Return coordinates of center of element. | |
Point< real_t > | getLocalPoint () const |
Localize a point in the element. More... | |
Point< real_t > | getLocalPoint (const Point< real_t > &s) const |
Localize a point in the element. More... | |
Detailed Description
To describe a 2-Node planar line finite element.
Defines geometric quantities associated to 2-node linear segment element P1
in the space. The reference element is the segment [-1,1]
. Note that the line length is not checked unless the function check is called.
- Copyright
- GNU Lesser Public License
Constructor & Destructor Documentation
◆ Line2() [1/3]
◆ Line2() [2/3]
◆ Line2() [3/3]
Member Function Documentation
◆ DSh()
Return partial derivatives of shape functions of element nodes.
- Returns
- LocalVect instance of partial derivatives of shape functions e.g.
dsh(i)
.x,dsh(i)
.y, are partial derivatives of the i-th shape function.
◆ getInterpolate()
Return interpolated value at a given point.
- Parameters
-
[in] x Point where interpolation is evaluated (in the reference element). [out] v Computed value.
◆ getRefCoord()
Return reference coordinates of a point x
in element.
Only the x-coordinate of the returned value has a meaning