hp2D::NTElement_BA< F >::ShapeFunction Class Reference
#include <neumannTrace.hh>
Public Member Functions | |
uint | n () const |
Returns the number of shape functions. More... | |
uint | nP () const |
Returns the number of abscissas (in which the shape functions are evaluated) More... | |
ShapeFunction (const uint n, const uint nP, Real *values) | |
Constructor. More... | |
const Real * | values () const |
Returns the values of the shape functions. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
Real * | values_ |
Values of the shape functions. More... | |
Private Attributes | |
uint | n_ |
Number of shape functions. More... | |
uint | nP_ |
Number of points in which the shape functions are evaluated. More... | |
Detailed Description
template<class F = Real>
class hp2D::NTElement_BA< F >::ShapeFunction
Definition at line 44 of file neumannTrace.hh.
Constructor & Destructor Documentation
◆ ShapeFunction()
|
inline |
Constructor.
- Parameters
-
n Number of shape functions nP Number of points in which the shape functions are evaluated
Definition at line 51 of file neumannTrace.hh.
Member Function Documentation
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Implements concepts::ShapeFunction1D< Real >.
Definition at line 57 of file neumannTrace.hh.
◆ n()
|
inlineinherited |
Returns the number of shape functions.
Definition at line 35 of file shapefunction.hh.
◆ nP()
|
inlineinherited |
Returns the number of abscissas (in which the shape functions are evaluated)
Definition at line 38 of file shapefunction.hh.
◆ values()
|
inlineinherited |
Returns the values of the shape functions.
Definition at line 40 of file shapefunction.hh.
Member Data Documentation
◆ n_
|
privateinherited |
Number of shape functions.
Definition at line 48 of file shapefunction.hh.
◆ nP_
|
privateinherited |
Number of points in which the shape functions are evaluated.
Definition at line 51 of file shapefunction.hh.
◆ values_
|
protectedinherited |
Values of the shape functions.
Definition at line 45 of file shapefunction.hh.
The documentation for this class was generated from the following file:
- hp2D/neumannTrace.hh