#include <read_vtk.h>
|
| vtkNew< vtkUnstructuredGridReader > | reader |
| | Reader for the vtk file.
|
| |
| dealii::types::global_dof_index | n_points |
| | Number of points.
|
| |
| dealii::types::global_dof_index | n_cells |
| | Number of cells.
|
| |
| unsigned int | n_scalars |
| | Number of scalars in file.
|
| |
| unsigned int | n_vectors |
| | Number of vectors in file.
|
| |
| const unsigned int | n_points_per_hex_cell = 8 |
| | Number of points in a hex cell.
|
| |
| const unsigned int | n_space_coordinates = 3 |
| | Number of space coordinates in a point.
|
| |
◆ ReadUnstructuredVTK()
template<unsigned int dim, typename number>
◆ get_n_cells()
template<unsigned int dim, typename number>
◆ get_n_points()
template<unsigned int dim, typename number>
Get the number of points.
◆ get_output()
template<unsigned int dim, typename number>
◆ get_scalar_value()
template<unsigned int dim, typename number>
| number ReadUnstructuredVTK< dim, number >::get_scalar_value |
( |
const dealii::Point< dim > & | point, |
|
|
const std::string & | scalar_name ) |
|
inlineoverridevirtual |
◆ get_scalars_names()
template<unsigned int dim, typename number>
Get the names of the scalars in the vtk file.
◆ get_vector_value()
template<unsigned int dim, typename number>
| dealii::Vector< number > ReadUnstructuredVTK< dim, number >::get_vector_value |
( |
const dealii::Point< dim > & | point, |
|
|
const std::string & | vector_name ) |
|
inlineoverridevirtual |
◆ get_vectors_names()
template<unsigned int dim, typename number>
Get the names of the vectors in the vtk file.
◆ print_file()
template<unsigned int dim, typename number>
◆ n_cells
template<unsigned int dim, typename number>
◆ n_points
template<unsigned int dim, typename number>
◆ n_points_per_hex_cell
template<unsigned int dim, typename number>
Number of points in a hex cell.
◆ n_scalars
template<unsigned int dim, typename number>
Number of scalars in file.
◆ n_space_coordinates
template<unsigned int dim, typename number>
Number of space coordinates in a point.
◆ n_vectors
template<unsigned int dim, typename number>
Number of vectors in file.
◆ reader
template<unsigned int dim, typename number>
The documentation for this class was generated from the following file: