- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <orthonormalshapefunctions.hh>
Inheritance diagram for Dune::OrthonormalShapeFunction< C, T, d >:

Public Types | |
| enum | { dim = d } |
| typedef C | CoordType |
| Type used for the coordinates. | |
| typedef T | ResultType |
| Type used for the result values. | |
| enum | |
| Dimension of the reference domain. | |
| enum | |
| Number of components per shape function. | |
Public Member Functions | |
| OrthonormalShapeFunction (int n, const ShapeFunctionSet &s) | |
| virtual ResultType | evaluateFunction (int, const FieldVector< CoordType, dim > &x) const |
| virtual ResultType | evaluateDerivative (int, int dir, const FieldVector< CoordType, dim > &x) const |
| virtual int | localindex (int comp) const |
| virtual int | codim () const |
| virtual int | entity () const |
| virtual int | entityindex () const |
| anonymous enum |
| dim | Dimension of the ShapeFunction |
| Dune::OrthonormalShapeFunction< C, T, d >::OrthonormalShapeFunction | ( | int | n, | |
| const ShapeFunctionSet & | s | |||
| ) | [inline] |
Create the n-th OrthonormalShapeFunction of the ShapeFunctionSet of the given order.
| n | this is the n-th shape functions in the set | |
| s | the ShapeFunctionSet |
| virtual ResultType Dune::OrthonormalShapeFunction< C, T, d >::evaluateFunction | ( | int | , | |
| const FieldVector< CoordType, dim > & | x | |||
| ) | const [inline, virtual] |
evaluate component comp at point x
Implements Dune::ShapeFunction< C, T, d, 1 >.
| virtual ResultType Dune::OrthonormalShapeFunction< C, T, d >::evaluateDerivative | ( | int | , | |
| int | dir, | |||
| const FieldVector< CoordType, dim > & | x | |||
| ) | const [inline, virtual] |
evaluate derivative of component comp in direction dir at point x
Implements Dune::ShapeFunction< C, T, d, 1 >.
| virtual int Dune::OrthonormalShapeFunction< C, T, d >::localindex | ( | int | comp | ) | const [inline, virtual] |
consecutive number of associated dof within element
Implements Dune::ShapeFunction< C, T, d, 1 >.
| virtual int Dune::OrthonormalShapeFunction< C, T, d >::codim | ( | ) | const [inline, virtual] |
codim of associated dof
Implements Dune::ShapeFunction< C, T, d, 1 >.
| virtual int Dune::OrthonormalShapeFunction< C, T, d >::entity | ( | ) | const [inline, virtual] |
entity (of codim) of associated dof
Implements Dune::ShapeFunction< C, T, d, 1 >.
| virtual int Dune::OrthonormalShapeFunction< C, T, d >::entityindex | ( | ) | const [inline, virtual] |
consecutive number of dof within entity
Implements Dune::ShapeFunction< C, T, d, 1 >.