Class documentation of Concepts

Loading...
Searching...
No Matches
hp2D::NTElement_BA< F >::ShapeFunction Class Reference
Inheritance diagram for hp2D::NTElement_BA< F >::ShapeFunction:
concepts::ShapeFunction1D< Real > concepts::OutputOperator

Public Member Functions

 ShapeFunction (const uint n, const uint nP, Real *values)
 
uint n () const
 Returns the number of shape functions.
 
uint nP () const
 
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::NTElement_BA< F >::ShapeFunction

Definition at line 44 of file neumannTrace.hh.

Constructor & Destructor Documentation

◆ ShapeFunction()

template<class F = Real>
hp2D::NTElement_BA< 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 51 of file neumannTrace.hh.

Member Function Documentation

◆ info()

template<class F = Real>
virtual std::ostream & hp2D::NTElement_BA< F >::ShapeFunction::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Implements concepts::ShapeFunction1D< Real >.

Definition at line 57 of file neumannTrace.hh.

◆ n()

uint concepts::ShapeFunction1D< Real >::n ( ) const
inlineinherited

Returns the number of shape functions.

Definition at line 35 of file shapefunction.hh.

◆ nP()

uint concepts::ShapeFunction1D< Real >::nP ( ) const
inlineinherited

Returns the number of abscissas (in which the shape functions are evaluated)

Definition at line 38 of file shapefunction.hh.

◆ values()

const Real * concepts::ShapeFunction1D< Real >::values ( ) const
inlineinherited

Returns the values of the shape functions.

Definition at line 40 of file shapefunction.hh.

Member Data Documentation

◆ values_

Real * concepts::ShapeFunction1D< Real >::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: