Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex7.c450 PetscReal *u, *starw, *starstarw, wu, starwdotu; in main() local
456 PetscCall(PetscMalloc3(Nk, &u, Nk, &starw, Nk, &starstarw)); in main()
458 PetscCall(PetscDTAltVStar(N, N - k, 1, starw, starstarw)); in main()
467 if (Nk) PetscCall(PetscRealView(Nk, starstarw, viewer)); in main()
480 diff += PetscSqr(w[l] - (isOdd ? -starstarw[l] : starstarw[l])); in main()
481 norm += PetscSqr(w[l]) + PetscSqr(starstarw[l]); in main()
486 PetscCall(PetscFree3(u, starw, starstarw)); in main()