Searched refs:curr (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/guess/impls/pod/ |
| H A D | pod.c | 15 PetscInt curr; /* current tip of snapshots set */ member 49 pod->curr = 0; in KSPGuessReset_POD() 153 PetscCall(VecGetLocalVectorRead(b, pod->bsnap[pod->curr])); in KSPGuessFormGuess_POD() 154 PetscCall(VecMDot(pod->bsnap[pod->curr], pod->n, pod->xsnap, pod->swork)); in KSPGuessFormGuess_POD() 155 PetscCall(VecRestoreLocalVectorRead(b, pod->bsnap[pod->curr])); in KSPGuessFormGuess_POD() 208 PetscCall(VecGetLocalVector(x, pod->bsnap[pod->curr])); in KSPGuessFormGuess_POD() 209 PetscCall(VecSet(pod->bsnap[pod->curr], 0)); in KSPGuessFormGuess_POD() 210 PetscCall(VecMAXPY(pod->bsnap[pod->curr], pod->n, pod->swork + pod->n, pod->xsnap)); in KSPGuessFormGuess_POD() 211 PetscCall(VecRestoreLocalVector(x, pod->bsnap[pod->curr])); in KSPGuessFormGuess_POD() 228 PetscCall(VecCopy(x, pod->xsnap[pod->curr])); in KSPGuessUpdate_POD() [all …]
|
| /petsc/src/sys/objects/ftn-src/ |
| H A D | optionenum.F90 | 55 PetscEnum :: curr, ivalue 82 call PetscOptionsEnumPrivate(opt, text, man, CArray, curr, ivalue, set, ierr)
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 163 …gy/modifications ((type . list-class) (min-length . 0) (max-length . #f) (curr-length . 0) (member…
|