#include <TransfMap.h>
Inheritance diagram for GridMapUDC::

Public Methods | |
| GridMapUDC () | |
| virtual | ~GridMapUDC () |
| virtual void | sideFunctions (Ptv(real) &deformed, const Ptv(real) &refbox, int side, real t=DUMMY)=0 |
NAME: GridMapUDC - user dep code for specifying side mappings in grids
DESCRIPTION:
The class serves as base class for a user derived subclass where the mapping of the sides in a unit hypercube onto a more complicated domain is defined.
|
|
|
|
|
|
|
|
for a given "side" index, the "refbox" point in the unit hypercube is mapped onto the "deformed" point. The numbering of the sides are identical to the one used for box shaped finite elements. |