VTK
9.1.0
|
#include "vtkMPIUtilities.h"
#include "vtkMathUtilities.h"
#include <cmath>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | global |
Functions | |
int | CheckGrid (vtkUnstructuredGrid *ghostGrid, const int iteration) |
void | UpdateGrid (const int iteration) |
void | SetXYZCellField () |
void | SetXYZNodeField () |
void | WriteDataSet (vtkUnstructuredGrid *grid, const std::string &file) |
void | GetPoint (const int i, const int j, const int k, double pnt[3]) |
void | GenerateDataSet () |
int CheckGrid | ( | vtkUnstructuredGrid * | ghostGrid, |
const int | iteration | ||
) |
void UpdateGrid | ( | const int | iteration | ) |
void SetXYZCellField | ( | ) |
void SetXYZNodeField | ( | ) |
void WriteDataSet | ( | vtkUnstructuredGrid * | grid, |
const std::string & | file | ||
) |
void GetPoint | ( | const int | i, |
const int | j, | ||
const int | k, | ||
double | pnt[3] | ||
) |
void GenerateDataSet | ( | ) |