|
Public Member Functions |
| | FunctionSpace (int dim) |
| virtual | ~FunctionSpace () |
| void | add (ShapeFunction v) |
| void | add (ShapeFunction v, ElementFunction ddx) |
| void | add (ShapeFunction v, ElementFunction ddx, ElementFunction ddy) |
| void | add (ShapeFunction v, ElementFunction ddx, ElementFunction ddy, ElementFunction ddz) |
| void | add (ShapeFunction v, ElementFunction ddx, ElementFunction ddy, ElementFunction ddz, ElementFunction ddt) |
| void | add (ShapeFunction v, real ddx) |
| void | add (ShapeFunction v, real ddx, real ddy) |
| void | add (ShapeFunction v, real ddx, real ddy, real ddz) |
| void | add (ShapeFunction v, real ddx, real ddy, real ddz, real ddt) |
| int | dim () const |
| virtual int | dof (int i, const Cell &cell) const=0 |
| virtual real | dof (int i, const Cell &cell, const ExpressionFunction &f, real t) const=0 |
| void | update (const Map &map) |
Protected Attributes |
| int | _dim |
| Array< ShapeFunction > | v |
Friends |
| class | Iterator |
| class | FiniteElement |