Triang3.h File Reference
Detailed Description
Definition file for class Triang3.
#include <math.h>
#include <float.h>
#include <stdlib.h>
#include "OFELI_Config.h"
#include "FEShape.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Classes | |
| class | Triang3 |
| Defines a 3-Node (P1) triangle. More... | |
Functions | |
| template<class T_> | |
| Point< T_ > | gradient (const Triang3 &fe, const class LocalVect< T_, 3 > &u) |
| Calculate gradient of a P1 function in triangle. | |
| template<class T_> | |
| T_ | interpolate (const Triang3 &fe, const LocalVect< T_, 3 > &u, const T_ &s) |
| Interpolate at nodes. | |