Searched refs:SS (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/ksp/ksp/impls/gcr/ |
| H A D | gcr.c | 7 Vec *VV, *SS; member 40 s = ctx->SS[k]; in KSPSolve_GCR_cycle() 49 PetscCall(VecMAXPY(s, k, ctx->val, ctx->SS)); /* s = s - sum_{i=0}^{k-1} alpha_i s_i */ in KSPSolve_GCR_cycle() 147 PetscCall(VecDuplicateVecs(ctx->R, ctx->restart, &ctx->SS)); in KSPSetUp_GCR() 160 PetscCall(VecDestroyVecs(ctx->restart, &ctx->SS)); in KSPReset_GCR()
|
| /petsc/src/ksp/ksp/impls/gmres/pgmres/ |
| H A D | pgmresimpl.h | 15 #define SS(a) (pgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
|
| H A D | pgmres.c | 246 ss = SS(0); /* beginning of sine rotations */ in KSPPGMRESUpdateHessenberg()
|
| /petsc/src/ksp/ksp/impls/gmres/fgmres/ |
| H A D | fgmresimpl.h | 30 #define SS(a) (fgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
|
| H A D | fgmres.c | 312 ss = SS(0); /* beginning of sine rotations */ in KSPFGMRESUpdateHessenberg()
|
| /petsc/src/ksp/ksp/impls/gmres/pipefgmres/ |
| H A D | pipefgmresimpl.h | 31 #define SS(a) (pipefgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
|
| H A D | pipefgmres.c | 388 ss = SS(0); /* beginning of sine rotations */ in KSPPIPEFGMRESUpdateHessenberg()
|
| /petsc/src/ksp/ksp/impls/gmres/lgmres/ |
| H A D | lgmresimpl.h | 42 #define SS(a) (lgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
|
| H A D | lgmres.c | 448 ss = SS(0); /* beginning of sine rotations */ in KSPLGMRESUpdateHessenberg()
|
| /petsc/doc/manualpages/doctext/ |
| H A D | nroff.def | 16 # .SS arg - subsection heading
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmresimpl.h | 56 #define SS(a) (dgmres->ss_origin + (a)) macro
|
| H A D | dgmres.c | 373 ss = SS(0); in KSPDGMRESUpdateHessenberg()
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmresimpl.h | 81 #define SS(a) (gmres->ss_origin + (a)) macro
|
| H A D | gmres.c | 356 ss = SS(0); in KSPGMRESUpdateHessenberg()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 3995 my ($SN, $SS, $SV) = symbolParts($Symbol); 4068 my ($SN, $SS, $SV) = symbolParts($Symbol); 4642 my ($SN, $SS, $SV) = symbolParts($Symbol); 7534 my ($SN, $SS, $SV) = symbolParts($Symbol); 8104 my ($SN, $SS, $SV) = symbolParts($Symbol);
|