GridCoarsener.hpp File Reference

Classes for grid coarsening tools. More...

#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...

Detailed Description

Classes for grid coarsening tools.

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'
};
Date:
Dec. 20, 2004 - created
Bug:
No class in this file are derived from GridCoarsener so far.

Generated on Fri Sep 21 12:33:14 2007 for SG2 by  doxygen 1.5.2