Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c97 static PetscErrorCode CheckPoint(DM dm, Vec u, PetscInt point, AppCtx *user) in CheckPoint() function
353 PetscCall(CheckPoint(dm, u, 0, &user)); in main()
354 PetscCall(CheckPoint(dm, u, 13, &user)); in main()
355 PetscCall(CheckPoint(dm, u, 15, &user)); in main()
356 PetscCall(CheckPoint(dm, u, 19, &user)); in main()
359 PetscCall(CheckPoint(dm, u, 0, &user)); in main()
360 PetscCall(CheckPoint(dm, u, 13, &user)); in main()
361 PetscCall(CheckPoint(dm, u, 15, &user)); in main()
362 PetscCall(CheckPoint(dm, u, 19, &user)); in main()