Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Protected Attributes
hp2D::NeumannTraceElement< F >::ShapeFunction Class Reference

#include <neumannTrace.hh>

Inheritance diagram for hp2D::NeumannTraceElement< F >::ShapeFunction:
Inheritance graph
[legend]
Collaboration diagram for hp2D::NeumannTraceElement< F >::ShapeFunction:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<class F = Real>
class hp2D::NeumannTraceElement< F >::ShapeFunction

Definition at line 43 of file neumannTrace.hh.


Constructor & Destructor Documentation

template<class F = Real>
hp2D::NeumannTraceElement< F >::ShapeFunction::ShapeFunction ( const uint  n,
const uint  nP,
Real *  values 
) [inline]

Constructor.

Parameters:
nNumber of shape functions
nPNumber of points in which the shape functions are evaluated

Definition at line 50 of file neumannTrace.hh.

Here is the call graph for this function:


Member Function Documentation

template<class F = Real>
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.

Here is the call graph for this function:

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.


Member Data Documentation

Real * concepts::ShapeFunction1D< Real >::values_ [protected, inherited]

Values of the shape functions.

Definition at line 43 of file shapefunction.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)