Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex30.c894 TSMonitorVTKCtx view_vtk_ctx; member
934 options->view_vtk_ctx = NULL; in ProcessOptions()
974 PetscCall(TSMonitorSolutionVTKCtxCreate(vtkmonfilename, &options->view_vtk_ctx)); in ProcessOptions()
975 …l", "Save every interval time steps", NULL, options->view_vtk_ctx->interval, &options->view_vtk_ct… in ProcessOptions()
2070 … (PetscBool)(ctx->view_vtk_ctx && ((ctx->view_vtk_ctx->interval > 0 && !(stepnum % ctx->view_vtk_c… in Monitor()
2073 if (ctx->view_vtk_ctx) need_vtk = PETSC_TRUE; in Monitor()
2083 PetscCall(TSMonitorSolutionVTK(ts, stepnum, time, diagnostic, ctx->view_vtk_ctx)); in Monitor()
2348 if (ctx->view_vtk_ctx) PetscCall(TSMonitorSolutionVTKDestroy(&ctx->view_vtk_ctx)); in Run()