Searched refs:global_vec_check (Results 1 – 1 of 1) sorted by relevance
825 PetscBT global_vec_check; // Verify that global indices aren't doubled in DMPlexCorrectOrientationForIsoperiodic() local826 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()