Gridap.Visualization

Gridap.Visualization.create_vtk_fileMethod
create_vtk_file(
  trian::Grid,
  filebase;
  celldata=Dict(),
  nodaldata=Dict())

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.

source
Gridap.Visualization.write_vtk_fileMethod
write_vtk_file(
  trian::Grid,
  filebase;
  celldata=Dict(),
  nodaldata=Dict())

Low level entry point to vtk. Other vtk-related routines in Gridap eventually call this one.

source