Home
last modified time | relevance | path

Searched defs:lits (Results 1 – 25 of 56) sorted by relevance

123

/petsc/src/ksp/pc/impls/sor/
H A Dsor.c8 PetscInt lits; /* local inner iterations, number of sweeps applied by the local matrix mat->A */ member
140 static PetscErrorCode PCSORSetIterations_SOR(PC pc, PetscInt its, PetscInt lits) in PCSORSetIterations_SOR()
168 static PetscErrorCode PCSORGetIterations_SOR(PC pc, PetscInt *its, PetscInt *lits) in PCSORGetIterations_SOR()
273 PetscErrorCode PCSORGetIterations(PC pc, PetscInt *its, PetscInt *lits) in PCSORGetIterations()
376 PetscErrorCode PCSORSetIterations(PC pc, PetscInt its, PetscInt lits) in PCSORSetIterations()
/petsc/src/snes/impls/ksponly/
H A Dksponly.c10 PetscInt lits; in SNESSolve_KSPONLY() local
/petsc/src/snes/tutorials/
H A Dex25.c31 PetscInt its, lits; in main() local
H A Dex18.c55 PetscInt its, lits; in main() local
/petsc/src/snes/impls/ls/
H A Dls.c127 PetscInt maxits, i, lits; in SNESSolve_NEWTONLS() local
/petsc/src/tao/leastsquares/tutorials/
H A Dchwirut1.c53 PetscInt lits[100]; in main() local
H A Dtomography.c52 PetscInt lits[100]; in main() local
H A Dcs1.c133 PetscInt lits[100]; in main() local
/petsc/src/tao/leastsquares/tests/
H A Dchwirut2.c56 PetscInt lits[100]; in main() local
/petsc/src/ts/tutorials/
H A Dex24.c21 PetscInt i, steps, nits, lits; in main() local
/petsc/src/mat/impls/sbaij/seq/
H A Drelax.h122 …A, Vec bb, PetscReal omega, MatSORType flag, PetscReal fshift, PetscInt its, PetscInt lits, Vec xx) in MatSOR_SeqSBAIJ_ushort()
/petsc/src/snes/impls/vi/ss/
H A Dviss.c198 PetscInt maxits, i, lits; in SNESSolve_VINEWTONSSLS() local
/petsc/src/mat/impls/aij/seq/aijsell/
H A Daijsell.c187 …A, Vec bb, PetscReal omega, MatSORType flag, PetscReal fshift, PetscInt its, PetscInt lits, Vec xx) in MatSOR_SeqAIJSELL()
/petsc/src/tao/interface/
H A Dtaosolver.c1314 PetscErrorCode TaoGetLinearSolveIterations(Tao tao, PetscInt *lits) in TaoGetLinearSolveIterations()
2574 …tory(Tao tao, PetscReal obj[], PetscReal resid[], PetscReal cnorm[], PetscInt lits[], PetscInt na,… in TaoSetConvergenceHistory()
2633 …tory(Tao tao, PetscReal **obj, PetscReal **resid, PetscReal **cnorm, PetscInt **lits, PetscInt *nh… in TaoGetConvergenceHistory()
/petsc/src/mat/impls/blockmat/seq/
H A Dblockmat.c18 …A, Vec bb, PetscReal omega, MatSORType flag, PetscReal fshift, PetscInt its, PetscInt lits, Vec xx) in MatSOR_BlockMat_Symmetric()
120 …A, Vec bb, PetscReal omega, MatSORType flag, PetscReal fshift, PetscInt its, PetscInt lits, Vec xx) in MatSOR_BlockMat()
/petsc/src/snes/impls/al/
H A Dal.c286 PetscInt maxits, maxincs, lits; in SNESSolve_NEWTONAL() local
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c225 PetscInt i, j, its, lits; in TSStep_ARKIMEX_FastSlowSplit() local
/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c82 …t mat, Vec b, PetscReal omega, MatSORType flg, PetscReal shift, PetscInt its, PetscInt lits, Vec x) in oursor()
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c301 PetscInt maxits, i, j, lits, inner_count, bs; in SNESSolve_NEWTONTRDC() local
/petsc/src/snes/impls/vi/rs/
H A Dvirs.c299 PetscInt maxits, i, lits; in SNESSolve_VINEWTONRSLS() local
/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c257 …tin, Vec x, PetscReal omega, MatSORType flag, PetscReal fshift, PetscInt its, PetscInt lits, Vec y) in MatSOR_ConstantDiagonal()
/petsc/src/snes/tests/
H A Dex20.c57 PetscInt its, lits; in main() local
/petsc/src/ts/impls/pseudo/
H A Dposindep.c85 PetscInt nits, lits, rejections = 0; in TSStep_Pseudo() local
/petsc/src/ts/impls/eimex/
H A Deimex.c49 PetscInt i, its, lits; in TSStage_EIMEX() local
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c96 PetscInt nits, lits; in TSAlpha_SNESSolve() local

123