Home
last modified time | relevance | path

Searched refs:SS (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ksp/ksp/impls/gcr/
H A Dgcr.c7 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 Dpgmresimpl.h15 #define SS(a) (pgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
H A Dpgmres.c246 ss = SS(0); /* beginning of sine rotations */ in KSPPGMRESUpdateHessenberg()
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmresimpl.h30 #define SS(a) (fgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
H A Dfgmres.c312 ss = SS(0); /* beginning of sine rotations */ in KSPFGMRESUpdateHessenberg()
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmresimpl.h31 #define SS(a) (pipefgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
H A Dpipefgmres.c388 ss = SS(0); /* beginning of sine rotations */ in KSPPIPEFGMRESUpdateHessenberg()
/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmresimpl.h42 #define SS(a) (lgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
H A Dlgmres.c448 ss = SS(0); /* beginning of sine rotations */ in KSPLGMRESUpdateHessenberg()
/petsc/doc/manualpages/doctext/
H A Dnroff.def16 # .SS arg - subsection heading
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmresimpl.h56 #define SS(a) (dgmres->ss_origin + (a)) macro
H A Ddgmres.c373 ss = SS(0); in KSPDGMRESUpdateHessenberg()
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmresimpl.h81 #define SS(a) (gmres->ss_origin + (a)) macro
H A Dgmres.c356 ss = SS(0); in KSPGMRESUpdateHessenberg()
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl3995 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);