Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex7.c35 PetscCall(PetscDTAltVApply(N, k, sLsw, x, &Lstarwx)); in CheckPullback()
38 PetscCall(PetscDTAltVApply(N, k, Lstarw, x, &Lstarwx)); in CheckPullback()
75 PetscCall(PetscDTAltVApply(M, k, ww, Lx, &wLx)); in CheckPullback()
174 PetscCall(PetscDTAltVApply(N, k, w, v, &wv)); in main()
246 PetscCall(PetscDTAltVApply(N, k, w, x, &wx)); in main()
247 PetscCall(PetscDTAltVApply(N, k, w, axv, &waxv)); in main()
272 PetscCall(PetscDTAltVApply(N, k, w, swapv, &wswapv)); in main()
291 PetscCall(PetscDTAltVApply(N, j + k, uWw, x, &uWwx)); in main()
319 PetscCall(PetscDTAltVApply(N, j, u, xsplit, &ux)); in main()
320 PetscCall(PetscDTAltVApply(N, k, w, PetscSafePointerPlusOffset(xsplit, j * N), &wx)); in main()
[all …]
/petsc/include/
H A Dpetscdt.h162 PETSC_EXTERN PetscErrorCode PetscDTAltVApply(PetscInt, PetscInt, const PetscReal *, const PetscReal…
/petsc/src/dm/dt/interface/
H A Ddtaltv.c75 PetscErrorCode PetscDTAltVApply(PetscInt N, PetscInt k, const PetscReal *w, const PetscReal *v, Pet… in PetscDTAltVApply() function