Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex7.c279 PetscReal *u, *uWw, *uWwcheck, *uWwmat, *x, *xsplit, uWwx, uWwxcheck, diff, norm; in main() local
308 uWwxcheck = 0.; in main()
321 uWwxcheck += isOdd ? -(ux * wx) : (ux * wx); in main()
323 diff = PetscAbsReal(uWwx - uWwxcheck); in main()
324uWwxcheck)), PETSC_COMM_WORLD, PETSC_ERR_PLIB, "wedge check: forms %" PetscInt_FMT " & %" PetscInt… in main()