|
VTK
9.4.2
|
#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, int iteration) |
| void | UpdateGrid (int iteration) |
| void | SetXYZCellField () |
| void | SetXYZNodeField () |
| void | WriteDataSet (vtkUnstructuredGrid *grid, const std::string &file) |
| void | GetPoint (int i, int j, int k, double pnt[3]) |
| void | GenerateDataSet () |
| int CheckGrid | ( | vtkUnstructuredGrid * | ghostGrid, |
| int | iteration | ||
| ) |
| void UpdateGrid | ( | int | iteration | ) |
| void SetXYZCellField | ( | ) |
| void SetXYZNodeField | ( | ) |
| void WriteDataSet | ( | vtkUnstructuredGrid * | grid, |
| const std::string & | file | ||
| ) |
| void GetPoint | ( | int | i, |
| int | j, | ||
| int | k, | ||
| double | pnt[3] | ||
| ) |
| void GenerateDataSet | ( | ) |