#include <mrtr_functions.H>
Inheritance diagram for MOERTEL::Function_ConstantTri:


Public Member Functions | |
| Function_ConstantTri (int out) | |
| Constructor. | |
| Function_ConstantTri (const MOERTEL::Function_ConstantTri &old) | |
| Copy-Constructor. | |
| virtual MOERTEL::Function * | Clone () const |
| Clone method. | |
| virtual | ~Function_ConstantTri () |
| Destructor. | |
| bool | EvaluateFunction (const MOERTEL::Segment &seg, const double *xi, double *val, const int valdim, double *deriv) |
| Evaluate the function and derivatives at a given local coordinate. | |
phi_1 = 1
phi_2 = 1
phi_3 = 1
phi_1,xi_1 = 0
phi_1,xi_2 = 0
phi_2,xi_1 = 0
phi_2,xi_2 = 0
phi_3,xi_1 = 0
phi_3,xi_2 = 0
|
|
Constructor.
|
|
|
Clone method. Makes a deep copy of this instance and returns a pointer to it. Implements MOERTEL::Function. |
|
||||||||||||||||||||||||
|
Evaluate the function and derivatives at a given local coordinate.
Implements MOERTEL::Function. |
1.3.9.1