Searched refs:starstarw (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex7.c | 450 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()
|