#include <ProjInterpSparseHier.h>
Inheritance diagram for ProjInterpSparseHier::

Public Methods | |
| ProjInterpSparseHier (const char *description_="Projecton operator") | |
| ProjInterpSparseHier (const Proj_prm &prm, const char *description_="Projection operator") | |
| virtual | ~ProjInterpSparseHier () |
| virtual bool | rebindDOF (DegFreeFE &coarse, DegFreeFE &fine) |
| virtual String | description () const |
Protected Methods | |
| virtual void | interpolate (GridFE &gcoarse, GridFE &gfine) |
Protected Attributes | |
| real | eps |
| int | ndpn |
NAME: ProjInterpSparseHier -projection operators between grids
DESCRIPTION:
This projection operator deals with hierachically refined meshes.
|
|
See class "Proj". Notice that two "DegFreeFE" objects must be supplied by use of "rebindDOF". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
returns the "String" description of the projection operator. Reimplemented from ProjMatSparse. |
|
|
|
|
|
connects the projection operator to two "DegFreeFE" objects, one for the coarse and one for the fine grid. Reimplemented from Proj. |
|
|
|
|
|
|