Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Functions
VTKWrappers Namespace Reference

Functions

template<int dim>
vtkSmartPointer< vtkDoubleArray > dealii_point_to_vtk_array (const ::Point< dim > &p)
 

Detailed Description

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/

Function Documentation

◆ dealii_point_to_vtk_array()

template<int dim>
vtkSmartPointer< vtkDoubleArray > VTKWrappers::dealii_point_to_vtk_array ( const ::Point< dim > &  p)
inline

Convert from a deal.II Point to a VTK double array.

Template Parameters
dimDimension of the point
Parameters
[in]pAn input deal.II Point<dim>
Returns
A VTK smart pointer to the data array.