Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex70.c9 PetscBool wA = PETSC_FALSE, wB = PETSC_FALSE; in CheckLocal() local
30 wB = (PetscBool)(b != Bb); in CheckLocal()
40 …PetscCheck(!wA && !wB, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Wrong array in first Mat? %d, Wrong array… in CheckLocal()