#include "Array.hpp"
Include dependency graph for GridCoarsener.hpp:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | GridCoarsener |
| The base class. More... | |
| class | BiNodalGridC |
| The bisection nodal-grid coarsener. More... | |
| class | BiNodalGridSemiC |
| The bisection nodal-grid semicoarsener:. More... | |
| class | BiCellGridC |
| The bisection cell-grid coarsener. More... | |
| class | BiCellGridSemiC |
| The bisection cell-grid semicoarsener. More... | |
This module contains also implementation of a simple bisection grid coarsener.
Instructions:
It is supposed that you have the sizes of the finest grid. To
initialize the sizes of the coarser grids in the hierarchy, use 'init'.
The fine grid data with the size 'size'
while (gc.GetCoarseSize (size)) { ... // init. the coarser grid with sizes 'size' };
1.5.2