Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c825 PetscBT global_vec_check; // Verify that global indices aren't doubled in DMPlexCorrectOrientationForIsoperiodic() local
826 PetscCall(PetscBTCreate(global_vec_length, &global_vec_check)); in DMPlexCorrectOrientationForIsoperiodic()
830 …PetscCheck(!PetscBTLookupSet(global_vec_check, global_index), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Fo… in DMPlexCorrectOrientationForIsoperiodic()
834 PetscCall(PetscBTDestroy(&global_vec_check)); in DMPlexCorrectOrientationForIsoperiodic()