Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex19.c64 const PetscScalar expected_vx = (j < starty + ny) ? 20.0 : -1; in main() local
67 …if (arr[j][i][vx] != expected_vx) PetscCall(PetscPrintf(PETSC_COMM_SELF, "wrong %" PetscInt_FMT " … in main()