Gridap.Visualization

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