|
NGSolve
4.9
|
Computes function value from generic shape functions. More...
#include <tscalarfe.hpp>
Public Member Functions | |
| EvaluateShape (FlatVector<> acoefs, double *asum) | |
| initialize with coefficient vector and value for the sum | |
| EvaluateShape (const double *acoefs, double *asum) | |
| initialize with coefficient vector and value for the sum | |
| EvaluateShapeElement | operator[] (int i) const |
| does the computation for i-th element | |
| const EvaluateShape | Addr (int i) const |
| get sub-vector | |
Computes function value from generic shape functions.
1.7.6.1