GridCoarsener Class Reference

The base class. More...

#include <GridCoarsener.hpp>

List of all members.

Public Member Functions

virtual void PrintParam ()=0
 Prints the name and parameters.
virtual bool GetCoarseSize (Array< int > &size)=0
 Computes the coarse sizes for given grid sizes.
virtual ~GridCoarsener ()
 Virtual destructor.


Detailed Description

The base class.


Constructor & Destructor Documentation

virtual GridCoarsener::~GridCoarsener (  )  [inline, virtual]

Virtual destructor.


Member Function Documentation

virtual void GridCoarsener::PrintParam (  )  [pure virtual]

Prints the name and parameters.

virtual bool GridCoarsener::GetCoarseSize ( Array< int > &  size  )  [pure virtual]

Computes the coarse sizes for given grid sizes.

Parameters:
[in,out] size in: given fine grid sizes, out: coarse grid sizes
Returns:
non-zero if the coarser sizes can be computed, zero otherwise.


The documentation for this class was generated from the following file:
Generated on Fri Sep 21 12:34:10 2007 for SG2 by  doxygen 1.5.2