Searched refs:fs_pnts (Results 1 – 1 of 1) sorted by relevance
2310 PetscInt *fs_pnts = NULL; in DMView_PlexCGNS() local2333 PetscCall(PetscSegBufferExtractAlloc(fs_pntsSB, &fs_pnts)); in DMView_PlexCGNS()2352 PetscCall(ISLocate(fsFacesAll, fs_pnts[i], &is_idx)); in DMView_PlexCGNS()2353 …SC_ERR_PLIB, "Could not find face %" PetscInt_FMT " in list of all local face points", fs_pnts[i]); in DMView_PlexCGNS()2368 PetscCall(PetscFree(fs_pnts)); in DMView_PlexCGNS()