Home
last modified time | relevance | path

Searched refs:OutputVTK (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex11.c56 static PetscErrorCode OutputVTK(DM, const char *, PetscViewer *);
940 static PetscErrorCode OutputVTK(DM dm, const char *filename, PetscViewer *viewer) in OutputVTK() function
1062 PetscCall(OutputVTK(dm, filename, &viewer)); in MonitorVTK()
1513 PetscCall(OutputVTK(dm, "ex11-cellgeom.vtk", &viewer)); in main()
1517 PetscCall(OutputVTK(dmCell, "ex11-partition.vtk", &viewer)); in main()