Searched refs:sameop (Results 1 – 1 of 1) sorted by relevance
2489 PetscBool sameop = (PetscBool)(U->ops->errorwnorm && U->ops->errorwnorm == Y->ops->errorwnorm); in VecErrorWeightedNorms() local2490 if (sameop && E) sameop = (PetscBool)(U->ops->errorwnorm == E->ops->errorwnorm); in VecErrorWeightedNorms()2491 if (sameop && vatol) sameop = (PetscBool)(U->ops->errorwnorm == vatol->ops->errorwnorm); in VecErrorWeightedNorms()2492 if (sameop && vrtol) sameop = (PetscBool)(U->ops->errorwnorm == vrtol->ops->errorwnorm); in VecErrorWeightedNorms()2493 …if (sameop) PetscUseTypeMethod(U, errorwnorm, Y, E, wnormtype, atol, vatol, rtol, vrtol, ignore_ma… in VecErrorWeightedNorms()