Output reservoir information in vtk format.
More...
#include <fstream>
#include <string>
#include <vector>
#include "Grid.hpp"
Go to the source code of this file.
|
const string | VTK_HEADER = "# vtk DataFile Version 3.0" |
|
const string | VTK_ASCII = "ASCII" |
|
const string | VTK_DATASET = "DATASET" |
|
const string | VTK_UNSTRUCTURED_GRID = "UNSTRUCTURED_GRID" |
|
const string | VTK_POINTS = "POINTS" |
|
const string | VTK_CELLS = "CELLS" |
|
const string | VTK_CELL_TYPES = "CELL_TYPES" |
|
const string | VTK_CELL_DATA = "CELL_DATA" |
|
const string | VTK_POINT_DATA = "POINT_DATA" |
|
const VTK_USI | VTK_MAX_TITLE_LENGTH = 256 |
|
const string | VTK_LOOKUP_TABLE = "LOOKUP_TABLE" |
|
const string | VTK_DEFAULT = "default" |
|
const string | VTK_SCALARS = "SCALARS" |
|
const VTK_USI | VTK_HEXAHEDRON = 12 |
|
const VTK_USI | VTK_POLY_LINE = 4 |
|
const string | VTK_FLOAT = "float" |
|
const string | VTK_UNSIGNED_INT = "unsigned_int" |
|
Output reservoir information in vtk format.
- Author
- Shizhe Li
- Date
- Oct/19/2022
Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.
Released under the terms of the GNU Lesser General Public License 3.0 or later.
Definition in file Output4Vtk.hpp.