Class documentation of Concepts

Loading...
Searching...
No Matches
hp2D::ShapeFunction2D< F > Class Template Reference

#include <shapeFunction2d.hh>

Public Member Functions

 ShapeFunction2D (const ShapeFunction2D< F > &s)
 
uint n (uint i) const
 Returns number of shape functions.
 
void n (uint i, uint value)
 Sets the number of shape functions.
 
uint nq (uint i) const
 Returns number of quadratur points.
 
void nq (uint i, uint value)
 Sets the number of quadratur points.
 
const Real * values (uint i) const
 Returns the values of the shape functions.
 
void values (uint i, const Real *value)
 Sets the values of the shape functions.
 
const Real * abscissas (uint i) const
 Returns the abscissas of the quadrature rule and the shape functions.
 
void abscissas (uint i, const Real *value)
 Sets the abscissas of the quadrature rule and the shape functions.
 
const Real * weights (uint i) const
 Returns the weights of the quadrature rule.
 
void weights (uint i, const Real *value)
 Sets the weights of the quadrature rule.
 
const concepts::TMatrixBase< F > * T () const
 Returns the T matrix.
 
void T (const concepts::TMatrixBase< F > *T)
 Sets the T matrix.
 
const concepts::TColumnTensor< bool, 2 > * usedIdx () const
 Returns the used indices (local degrees of freedom)
 
void usedIdx (const concepts::TColumnTensor< bool, 2 > *usedIdx)
 Sets the used indices (ldof)
 

Detailed Description

template<typename F>
class hp2D::ShapeFunction2D< F >

Collecting the data of a 2D shape function in one class. This class just collects all the data for a 2D shape function: it just holds pointers to the real data.

Author
Kersten Schmidt, 2003

Definition at line 29 of file shapeFunction2d.hh.

Member Function Documentation

◆ abscissas() [1/2]

template<typename F >
const Real * hp2D::ShapeFunction2D< F >::abscissas ( uint  i) const
inline

Returns the abscissas of the quadrature rule and the shape functions.

Definition at line 68 of file shapeFunction2d.hh.

◆ abscissas() [2/2]

template<typename F >
void hp2D::ShapeFunction2D< F >::abscissas ( uint  i,
const Real *  value 
)
inline

Sets the abscissas of the quadrature rule and the shape functions.

Definition at line 73 of file shapeFunction2d.hh.

◆ n() [1/2]

template<typename F >
uint hp2D::ShapeFunction2D< F >::n ( uint  i) const
inline

Returns number of shape functions.

Definition at line 35 of file shapeFunction2d.hh.

◆ n() [2/2]

template<typename F >
void hp2D::ShapeFunction2D< F >::n ( uint  i,
uint  value 
)
inline

Sets the number of shape functions.

Definition at line 40 of file shapeFunction2d.hh.

◆ nq() [1/2]

template<typename F >
uint hp2D::ShapeFunction2D< F >::nq ( uint  i) const
inline

Returns number of quadratur points.

Definition at line 46 of file shapeFunction2d.hh.

◆ nq() [2/2]

template<typename F >
void hp2D::ShapeFunction2D< F >::nq ( uint  i,
uint  value 
)
inline

Sets the number of quadratur points.

Definition at line 51 of file shapeFunction2d.hh.

◆ T() [1/2]

template<typename F >
const concepts::TMatrixBase< F > * hp2D::ShapeFunction2D< F >::T ( ) const
inline

Returns the T matrix.

Definition at line 89 of file shapeFunction2d.hh.

◆ T() [2/2]

template<typename F >
void hp2D::ShapeFunction2D< F >::T ( const concepts::TMatrixBase< F > *  T)
inline

Sets the T matrix.

Definition at line 91 of file shapeFunction2d.hh.

◆ usedIdx() [1/2]

template<typename F >
const concepts::TColumnTensor< bool, 2 > * hp2D::ShapeFunction2D< F >::usedIdx ( ) const
inline

Returns the used indices (local degrees of freedom)

Definition at line 93 of file shapeFunction2d.hh.

◆ usedIdx() [2/2]

template<typename F >
void hp2D::ShapeFunction2D< F >::usedIdx ( const concepts::TColumnTensor< bool, 2 > *  usedIdx)
inline

Sets the used indices (ldof)

Definition at line 95 of file shapeFunction2d.hh.

◆ values() [1/2]

template<typename F >
const Real * hp2D::ShapeFunction2D< F >::values ( uint  i) const
inline

Returns the values of the shape functions.

Definition at line 57 of file shapeFunction2d.hh.

◆ values() [2/2]

template<typename F >
void hp2D::ShapeFunction2D< F >::values ( uint  i,
const Real *  value 
)
inline

Sets the values of the shape functions.

Definition at line 62 of file shapeFunction2d.hh.

◆ weights() [1/2]

template<typename F >
const Real * hp2D::ShapeFunction2D< F >::weights ( uint  i) const
inline

Returns the weights of the quadrature rule.

Definition at line 79 of file shapeFunction2d.hh.

◆ weights() [2/2]

template<typename F >
void hp2D::ShapeFunction2D< F >::weights ( uint  i,
const Real *  value 
)
inline

Sets the weights of the quadrature rule.

Definition at line 84 of file shapeFunction2d.hh.


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