| /petsc/src/snes/impls/gs/ |
| H A D | snesgs.c | 33 …e SNESNGSSetTolerances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, PetscInt maxit) in SNESNGSSetTolerances() 79 …SNESNGSGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, PetscInt *maxit) in SNESNGSGetTolerances()
|
| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | cdf.c | 19 PetscInt maxit; member 157 PetscInt maxit, i, j, k, l, M; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local 485 PetscErrorCode VecTaggerCDFIterativeSetTolerances(VecTagger tagger, PetscInt maxit, PetscReal rtol,… in VecTaggerCDFIterativeSetTolerances() 518 PetscErrorCode VecTaggerCDFIterativeGetTolerances(VecTagger tagger, PetscInt *maxit, PetscReal *rto… in VecTaggerCDFIterativeGetTolerances()
|
| /petsc/src/ksp/ksp/impls/cg/cgne/ |
| H A D | cgne.c | 22 PetscInt maxit = ksp->max_it; in KSPSetUp_CGNE() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcnullspace.c | 152 PetscInt k, maxit; in PCBDDCNullSpaceAssembleCorrection() local
|
| /petsc/src/ksp/ksp/impls/rich/ |
| H A D | rich.c | 21 PetscInt i, maxit; in KSPSolve_Richardson() local
|
| /petsc/src/snes/tests/ |
| H A D | ex5.c | 28 PetscInt its, n = 5, nb, maxit, maxf, *lens; in main() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex2.c | 38 PetscInt its, n = 5, i, maxit, maxf; in main() local
|
| H A D | ex3.c | 86 PetscInt its, N = 5, i, maxit, maxf, xs, xm; in main() local 642 PetscInt iter, its, sub_its, maxit; in PostSetSubKSP() local
|
| H A D | ex3k.kokkos.cxx | 227 PetscInt its, N = 5, maxit, maxf; in main() local
|
| /petsc/src/ksp/ksp/impls/bcgsl/ |
| H A D | bcgsl.c | 20 PetscInt maxit; in KSPSolve_BCGSL() local
|
| /petsc/src/ksp/ksp/impls/qcg/ |
| H A D | qcg.c | 152 PetscInt i, maxit; in KSPSolve_QCG() local
|
| /petsc/src/ksp/ksp/impls/cg/ |
| H A D | cg.c | 83 PetscInt maxit = ksp->max_it, nwork = 3; in KSPSetUp_CG() local
|
| /petsc/src/ksp/ksp/impls/fcg/ |
| H A D | fcg.c | 41 PetscInt maxit = ksp->max_it; in KSPSetUp_FCG() local
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 88 …t int stride_shared, PetscReal rtol, PetscReal atol, PetscReal dtol, PetscInt maxit, Batch_MetaDat… in BJSolve_TFQMR() 330 …t int stride_shared, PetscReal rtol, PetscReal atol, PetscReal dtol, PetscInt maxit, Batch_MetaDat… in BJSolve_BICG() 537 PetscInt maxit = jac->ksp->max_it; in PCApply_BJKOKKOS() local
|
| H A D | bjkokkoskernels.kokkos.cxx | 159 const PetscInt maxit = jac->ksp->max_it, nBlk = jac->nBlocks; in PCApply_BJKOKKOSKERNELS() local
|
| /petsc/src/ksp/ksp/impls/minres/ |
| H A D | minres.c | 40 PetscInt maxit = ksp->max_it; in KSPSetUp_MINRES() local
|
| /petsc/src/ksp/pc/impls/fieldsplit/ |
| H A D | fieldsplit.c | 3201 PetscErrorCode PCFieldSplitSetGKBMaxit(PC pc, PetscInt maxit) in PCFieldSplitSetGKBMaxit() 3210 static PetscErrorCode PCFieldSplitSetGKBMaxit_FieldSplit(PC pc, PetscInt maxit) in PCFieldSplitSetGKBMaxit_FieldSplit()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 3927 …erances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, PetscInt maxit, PetscInt maxf) in SNESSetTolerances() 4042 …rances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, PetscInt *maxit, PetscInt *ma… in SNESGetTolerances()
|