Home
last modified time | relevance | path

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

/petsc/src/dm/tutorials/
H A Dex22.c25 …IS patchis_2d; /* Patch IS for 2D vector, will be converted t… in main() local
185 PetscCall(DMDACreatePatchIS(da2D, &lower, &upper, &patchis_2d, patchis_offproc)); in main()
188 PetscCall(ISDuplicate(patchis_2d, &scatis_natural_slice)); in main()
253 PetscCall(ISDestroy(&patchis_2d)); in main()