Home
last modified time | relevance | path

Searched defs:mmax (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/impls/fcg/
H A Dfcg.c343 PetscErrorCode KSPFCGSetMmax(KSP ksp, PetscInt mmax) in KSPFCGSetMmax()
372 PetscErrorCode KSPFCGGetMmax(KSP ksp, PetscInt *mmax) in KSPFCGGetMmax()
495 PetscInt mmax, nprealloc; in KSPSetFromOptions_FCG() local
H A Dfcgimpl.h11 …PetscInt mmax; /* The maximum number of P/C vectors to st… member
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c494 PetscErrorCode KSPPIPEGCRSetMmax(KSP ksp, PetscInt mmax) in KSPPIPEGCRSetMmax()
520 PetscErrorCode KSPPIPEGCRGetMmax(KSP ksp, PetscInt *mmax) in KSPPIPEGCRGetMmax()
645 PetscInt mmax, nprealloc; in KSPSetFromOptions_PIPEGCR() local
H A Dpipegcrimpl.h6 PetscInt mmax; /* The maximum number vectors of each type to store */ member
/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c410 PetscErrorCode KSPPIPEFCGSetMmax(KSP ksp, PetscInt mmax) in KSPPIPEFCGSetMmax()
436 PetscErrorCode KSPPIPEFCGGetMmax(KSP ksp, PetscInt *mmax) in KSPPIPEFCGGetMmax()
557 PetscInt mmax, nprealloc; in KSPSetFromOptions_PIPEFCG() local
H A Dpipefcgimpl.h7 PetscInt mmax; /* The maximum number of P/C vectors to store */ member
/petsc/src/ts/tutorials/
H A Dextchem.c283 PetscInt smax = maxspecies, mmax = maxspecies; in FormInitialSolution() local