Home
last modified time | relevance | path

Searched defs:maxl (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.h43 PetscInt maxl; /* max dimension of the Krylov subspace to be used */ member
H A Dsundials.c491 static PetscErrorCode TSSundialsSetMaxl_Sundials(TS ts, PetscInt maxl) in TSSundialsSetMaxl_Sundials()
674 PetscErrorCode TSSundialsSetMaxl(TS ts, PetscInt maxl) in TSSundialsSetMaxl()
/petsc/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c7 PetscInt maxl; /* Maximum number of basis vectors */ member
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c934 PetscInt nranks, nr, nl, vnr, vnl, maxl; in PetscSFCreateStridedSF() local