3#ifndef UNSTRUCTUREDGHOSTZONESCOMMON_H_ 
    4#define UNSTRUCTUREDGHOSTZONESCOMMON_H_ 
   45void GetPoint(
int i, 
int j, 
int k, 
double pnt[3]);
 
void GetPoint(int i, int j, int k, double pnt[3])
 
void WriteDataSet(vtkUnstructuredGrid *grid, const std::string &file)
 
int CheckGrid(vtkUnstructuredGrid *ghostGrid, int iteration)
 
void UpdateGrid(int iteration)
 
dataset represents arbitrary combinations of all possible cell types
 
static vtkUnstructuredGrid * Grid