Class documentation of Concepts

Loading...
Searching...
No Matches
hp3D::ShapeFunction3D< F > Class Template Reference

#include <shapeFunction3d.hh>

Public Member Functions

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.
 

Detailed Description

template<typename F>
class hp3D::ShapeFunction3D< F >

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

Author
Philipp Frauenfelder, 2002

Definition at line 28 of file shapeFunction3d.hh.

Member Function Documentation

◆ abscissas() [1/2]

template<typename F >
const Real * hp3D::ShapeFunction3D< F >::abscissas ( uint  i) const
inline

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

Definition at line 66 of file shapeFunction3d.hh.

◆ abscissas() [2/2]

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

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

Definition at line 71 of file shapeFunction3d.hh.

◆ n() [1/2]

template<typename F >
uint hp3D::ShapeFunction3D< F >::n ( uint  i) const
inline

Returns number of shape functions.

Definition at line 33 of file shapeFunction3d.hh.

◆ n() [2/2]

template<typename F >
void hp3D::ShapeFunction3D< F >::n ( uint  i,
uint  value 
)
inline

Sets the number of shape functions.

Definition at line 38 of file shapeFunction3d.hh.

◆ nq() [1/2]

template<typename F >
uint hp3D::ShapeFunction3D< F >::nq ( uint  i) const
inline

Returns number of quadratur points.

Definition at line 44 of file shapeFunction3d.hh.

◆ nq() [2/2]

template<typename F >
void hp3D::ShapeFunction3D< F >::nq ( uint  i,
uint  value 
)
inline

Sets the number of quadratur points.

Definition at line 49 of file shapeFunction3d.hh.

◆ T() [1/2]

template<typename F >
const concepts::TMatrixBase< F > * hp3D::ShapeFunction3D< F >::T ( ) const
inline

Returns the T matrix.

Definition at line 88 of file shapeFunction3d.hh.

◆ T() [2/2]

template<typename F >
void hp3D::ShapeFunction3D< F >::T ( const concepts::TMatrixBase< F > *  T)
inline

Sets the T matrix.

Definition at line 92 of file shapeFunction3d.hh.

◆ values() [1/2]

template<typename F >
const Real * hp3D::ShapeFunction3D< F >::values ( uint  i) const
inline

Returns the values of the shape functions.

Definition at line 55 of file shapeFunction3d.hh.

◆ values() [2/2]

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

Sets the values of the shape functions.

Definition at line 60 of file shapeFunction3d.hh.

◆ weights() [1/2]

template<typename F >
const Real * hp3D::ShapeFunction3D< F >::weights ( uint  i) const
inline

Returns the weights of the quadrature rule.

Definition at line 77 of file shapeFunction3d.hh.

◆ weights() [2/2]

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

Sets the weights of the quadrature rule.

Definition at line 82 of file shapeFunction3d.hh.


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