Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c42 KSPGuessPOD *pod = (KSPGuessPOD *)guess->data; in KSPGuessReset_POD() local
47 pod->nen = 0; in KSPGuessReset_POD()
48 pod->n = 0; in KSPGuessReset_POD()
49 pod->curr = 0; in KSPGuessReset_POD()
51 if (pod->ndots_iallreduce) PetscCallMPI(MPI_Wait(&pod->req_iallreduce, MPI_STATUS_IGNORE)); in KSPGuessReset_POD()
52 pod->ndots_iallreduce = 0; in KSPGuessReset_POD()
55 if (pod->xsnap) PetscCall(VecGetLayout(pod->xsnap[0], &vlay)); in KSPGuessReset_POD()
59 PetscCall(VecDestroyVecs(pod->maxn, &pod->xsnap)); in KSPGuessReset_POD()
60 PetscCall(VecDestroyVecs(pod->maxn, &pod->bsnap)); in KSPGuessReset_POD()
61 PetscCall(VecDestroyVecs(1, &pod->work)); in KSPGuessReset_POD()
[all …]
/petsc/src/ts/tutorials/output/
H A Dex3_pod_guess_Ainner.out234 type: pod
H A Dex3_pod_guess.out234 type: pod
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out151 …-ksp_guess_type <now (null) : formerly (null)>: Initial guess in Krylov method (one of) pod fische…
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj425 …D89D1E22207AA1AB00FACC19 /* pod.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1B3A207AA1AA0…
1177 …9D1B3A207AA1AA00FACC19 /* pod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1948 D89D1B3A207AA1AA00FACC19 /* pod.c */,
2716 D89D1E22207AA1AB00FACC19 /* pod.c in Sources */,