#include <ElmDefs.h>
Inheritance diagram for ElmTensorProd1::

Public Methods | |
| ElmTensorProd1 (int nsd_) | |
| ~ElmTensorProd1 () | |
Static Public Methods | |
| real | elmSideArea (int side, const Mat(real) coor, int nsd) |
| void | normalVector (int side, const Mat(real) coor, Ptv(real) &normal, int nsd) |
| void | getLocalMidPoint (int side, Ptv(real) &coor, int nsd) |
NAME: ElmTensorProd1 - definition of 1st order tensor product finite elements
DESCRIPTION:
The class is derived from class "ElmTensorProd" and restricts the interpolation to be of order one (linear, bilinear, trilinear,.. elements). Elements in an arbitrary number of space dimensions are provided.
Most of the operations on this element type are defined through virtual functions or member functions of the base class "ElmDef".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|