Searched refs:wIntv0check (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex7.c | 377 PetscReal *wIntv0, *wIntv0check, wvcheck, diff, diffMat, normMat; in main() local 382 …PetscCall(PetscMalloc5(Nkm, &wIntv0, Nkm, &wIntv0check, Nk * Nkm, &intv0mat, Nk * Nkm, &matcheck, … in main() 425 wIntv0check[l] = sum; in main() 427 diffMat += PetscSqr(PetscAbsReal(wIntv0check[l] - wIntv0[l])); in main() 428 normMat += PetscSqr(wIntv0check[l]) + PetscSqr(wIntv0[l]); in main() 447 PetscCall(PetscFree5(wIntv0, wIntv0check, intv0mat, matcheck, indices)); in main()
|