This module contains functions employing the VTK toolkit to plot grid functions and solutions of integral equations.
There exists a new, more user-friendly visualization module: visualization2.
Return a TVTK object containing the grid
Return a TVTK actor representing a grid.
A BEM++ grid object.
Return a TVTK actor representing a grid function.
The grid function to be plotted.
Determines whether the plot should be constructed from the function values at element vertices or at element centres.
Determines how the function is transformed before plotting.
Return a TVTK actor representing the legend of another actor.
Plot a grid.
This function takes the same parameters as gridActor().
Plot a grid function.
This function takes the same parameters as gridFunctionActor().
Plot the potential generated by applying a potential operator to a grid function on the xy, xz and yz planes.
A potential operator.
A grid function.
Tuple (min, max) or (xmin, xmax, ymin, ymax, zmin, zmax) specifying the extent of each plane on which the potential will be plotted.
Scalar or tuple (xdim, ydim, zdim) specifying the number of samples in each direction.
Tuple (min, max) determining the range of data to be plotted. If set to None, the data range is determined automatically.
Determines how the potential is transformed before plotting.
Options controlling the evaluation of the potential.
Plot a number of TVTK actors in the same plot.
Plot a grid function.
This function takes the same parameters as gridFunctionActor().
Return a TVTK actor representing the plot of a function interpolated on a regular grid.