#include <neumannTrace.hh>


Public Member Functions | |
| uint | n () const |
| Returns the number of shape functions. | |
| uint | nP () const |
| Returns the number of abscissas (in which the shape functions are evaluated) | |
| ShapeFunction (const uint n, const uint nP, Real *values) | |
| Constructor. | |
| const Real * | values () const |
| Returns the values of the shape functions. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Protected Attributes | |
| Real * | values_ |
| Values of the shape functions. | |
Definition at line 43 of file neumannTrace.hh.
| hp2D::NeumannTraceElement< F >::ShapeFunction::ShapeFunction | ( | const uint | n, |
| const uint | nP, | ||
| Real * | values | ||
| ) | [inline] |
Constructor.
| n | Number of shape functions |
| nP | Number of points in which the shape functions are evaluated |
Definition at line 50 of file neumannTrace.hh.

| virtual std::ostream& hp2D::NeumannTraceElement< F >::ShapeFunction::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Implements concepts::ShapeFunction1D< Real >.
Definition at line 56 of file neumannTrace.hh.

| uint concepts::ShapeFunction1D< Real >::n | ( | ) | const [inline, inherited] |
Returns the number of shape functions.
Definition at line 33 of file shapefunction.hh.
| uint concepts::ShapeFunction1D< Real >::nP | ( | ) | const [inline, inherited] |
Returns the number of abscissas (in which the shape functions are evaluated)
Definition at line 36 of file shapefunction.hh.
| const Real * concepts::ShapeFunction1D< Real >::values | ( | ) | const [inline, inherited] |
Returns the values of the shape functions.
Definition at line 38 of file shapefunction.hh.
Real * concepts::ShapeFunction1D< Real >::values_ [protected, inherited] |
Values of the shape functions.
Definition at line 43 of file shapefunction.hh.