Reference documentation for deal.II version 9.6.0
|
Functions | |
template<int dim> | |
vtkSmartPointer< vtkDoubleArray > | dealii_point_to_vtk_array (const ::Point< dim > &p) |
Interface to the Visualization Toolkit (VTK).
VTK is an open-source, freely available software system for 3D computer graphics, modeling, image processing, volume rendering, scientific visualization, and 2D plotting.
It supports a wide variety of visualization algorithms and advanced modeling techniques, and it takes advantage of both threaded and distributed memory parallel processing for speed and scalability, respectively.
You can learn more about the VTK library at https://vtk.org/
|
inline |
Convert from a deal.II Point to a VTK double array.
dim | Dimension of the point |
[in] | p | An input deal.II Point<dim> |