Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex19.c63 const PetscScalar expected_vy = (i < startx + nx) ? 10.0 : -1; in main() local
66 …if (arr[j][i][vy] != expected_vy) PetscCall(PetscPrintf(PETSC_COMM_SELF, "wrong %" PetscInt_FMT " … in main()