Searched refs:expected_vx (Results 1 – 1 of 1) sorted by relevance
64 const PetscScalar expected_vx = (j < starty + ny) ? 20.0 : -1; in main() local67 …if (arr[j][i][vx] != expected_vx) PetscCall(PetscPrintf(PETSC_COMM_SELF, "wrong %" PetscInt_FMT " … in main()