| FEAT 3
    Finite Element Analysis Toolbox | 
Analytic static function interface class template. More...
#include <static_wrapper.hpp>
| Static Public Member Functions | |
| static DataType_ | der_x (DataType_ x) | 
| Evaluates the first order x-derivative.  More... | |
| static DataType_ | der_x (DataType_ x, DataType_ y) | 
| Evaluates the first order x-derivative.  More... | |
| static DataType_ | der_x (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the first order x-derivative.  More... | |
| static DataType_ | der_xx (DataType_ x) | 
| Evaluates the second order xx-derivative.  More... | |
| static DataType_ | der_xx (DataType_ x, DataType_ y) | 
| Evaluates the second order xx-derivative.  More... | |
| static DataType_ | der_xx (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order xx-derivative.  More... | |
| static DataType_ | der_xy (DataType_ x, DataType_ y) | 
| Evaluates the second order xy-derivative.  More... | |
| static DataType_ | der_xy (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order xy-derivative.  More... | |
| static DataType_ | der_xz (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order xz-derivative.  More... | |
| static DataType_ | der_y (DataType_ x) | 
| Evaluates the first order y-derivative.  More... | |
| static DataType_ | der_y (DataType_ x, DataType_ y) | 
| Evaluates the first order y-derivative.  More... | |
| static DataType_ | der_y (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the first order y-derivative.  More... | |
| static DataType_ | der_yx (DataType_ x, DataType_ y) | 
| Evaluates the second order yx-derivative.  More... | |
| static DataType_ | der_yx (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order yx-derivative.  More... | |
| static DataType_ | der_yy (DataType_ x) | 
| Evaluates the second order yy-derivative.  More... | |
| static DataType_ | der_yy (DataType_ x, DataType_ y) | 
| Evaluates the second order yy-derivative.  More... | |
| static DataType_ | der_yy (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order yy-derivative.  More... | |
| static DataType_ | der_yz (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order yz-derivative.  More... | |
| static DataType_ | der_z (DataType_ x) | 
| Evaluates the first order z-derivative.  More... | |
| static DataType_ | der_z (DataType_ x, DataType_ y) | 
| Evaluates the first order z-derivative.  More... | |
| static DataType_ | der_z (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the first order z-derivative.  More... | |
| static DataType_ | der_zx (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order zx-derivative.  More... | |
| static DataType_ | der_zy (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order zy-derivative.  More... | |
| static DataType_ | der_zz (DataType_ x) | 
| Evaluates the second order zz-derivative.  More... | |
| static DataType_ | der_zz (DataType_ x, DataType_ y) | 
| Evaluates the second order zz-derivative.  More... | |
| static DataType_ | der_zz (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the second order zz-derivative.  More... | |
| static DataType_ | eval (DataType_ x) | 
| Evaluates the function value.  More... | |
| static DataType_ | eval (DataType_ x, DataType_ y) | 
| Evaluates the function value.  More... | |
| static DataType_ | eval (DataType_ x, DataType_ y, DataType_ z) | 
| Evaluates the function value.  More... | |
Analytic static function interface class template.
| DataType_ | The data-type that is to be used for the evaluation of the function. | 
Definition at line 24 of file static_wrapper.hpp.
| 
 | static | 
Evaluates the first order x-derivative.
| [in] | x | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order x-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order x-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order xx-derivative.
| [in] | x | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order xx-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order xx-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order xy-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order xy-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order xz-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order y-derivative.
| [in] | x | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order y-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order y-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order yx-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order yx-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order yy-derivative.
| [in] | x | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order yy-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order yy-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order yz-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order z-derivative.
| [in] | x | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order z-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the first order z-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order zx-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order zy-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order zz-derivative.
| [in] | x | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order zz-derivative.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the second order zz-derivative.
| [in] | x,y,z | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the function value.
| [in] | x | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the function value.
| [in] | x,y | The coordinates of the evaluation point. | 
| 
 | static | 
Evaluates the function value.
| [in] | x,y,z | The coordinates of the evaluation point. |