Searched refs:gc1 (Results 1 – 1 of 1) sorted by relevance
6 static PetscErrorCode CompareGhostedCoords(Vec gc1, Vec gc2) in CompareGhostedCoords() argument12 PetscCall(VecDuplicate(gc1, &tmp)); in CompareGhostedCoords()13 PetscCall(VecWAXPY(tmp, -1.0, gc1, gc2)); in CompareGhostedCoords()