#include <GridCoarsener.hpp>
Public Member Functions | |
| void | PrintParam () |
| Prints the name and parameters. | |
| bool | GetCoarseSize (Array< int > &size) |
| Computes the coarse sizes for given grid sizes. | |
If for some direction, the fine size is 'fine_size', and this size is even, the corresponding coarse size is set to coarse_size = fine_size / 2. Else it is assumed that the grid cannot be refined.
| void BiCellGridC::PrintParam | ( | ) |
Prints the name and parameters.
| bool BiCellGridC::GetCoarseSize | ( | Array< int > & | size | ) |
Computes the coarse sizes for given grid sizes.
| [in,out] | size | in: given fine grid sizes, out: coarse grid sizes |
1.5.2