Gridap.Visualization
Gridap.Visualization
— ModuleThe exported names are
Gridap.Visualization.create_vtk_file
— Methodcreate_vtk_file(
trian::Grid,
filebase;
celldata=Dict(),
nodaldata=Dict(),
vtk_kwargs...
)
Low level entry point to vtk. Other vtk-related routines in Gridap eventually call this one. This function only creates the vtkFile, without writing to disk.
The optional WriteVTK kwargs vtk_kwargs
are passed to the vtk_grid
constructor.
Gridap.Visualization.createpvd
— MethodGridap.Visualization.createvtk
— MethodGridap.Visualization.get_vtkid
— MethodGridap.Visualization.get_vtknodes
— MethodGridap.Visualization.savepvd
— MethodGridap.Visualization.visualization_data
— MethodThis function returns an iterable collection (e.g. a Vector) of VisualizationData objects
Gridap.Visualization.write_vtk_file
— Methodwrite_vtk_file(
trian::Grid,
filebase;
celldata=Dict(),
nodaldata=Dict(),
vtk_kwargs...
)
Low level entry point to vtk. Other vtk-related routines in Gridap eventually call this one. The optional WriteVTK kwargs vtk_kwargs
are passed to the vtk_grid
constructor.
Gridap.Visualization.writevtk
— Method