Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex7.c377 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()
383 PetscCall(PetscDTAltVInterior(N, k, w, v, wIntv0)); in main()
427 diffMat += PetscSqr(PetscAbsReal(wIntv0check[l] - wIntv0[l])); in main()
428 normMat += PetscSqr(wIntv0check[l]) + PetscSqr(wIntv0[l]); in main()
436 if (Nkm) PetscCall(PetscRealView(Nkm, wIntv0, viewer)); in main()
444 PetscCall(PetscDTAltVApply(N, k - 1, wIntv0, &v[N], &wvcheck)); in main()
447 PetscCall(PetscFree5(wIntv0, wIntv0check, intv0mat, matcheck, indices)); in main()