Home
last modified time | relevance | path

Searched refs:SNESGetMaxLinearSolveFailures (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi205 PetscErrorCode SNESGetMaxLinearSolveFailures(PetscSNES, PetscInt*)
H A DSNES.pyx1651 setMaxKSPFailures, petsc.SNESGetMaxLinearSolveFailures
1655 CHKERR(SNESGetMaxLinearSolveFailures(self.snes, &ival))
/petsc/include/
H A Dpetscsnes.h229 PETSC_EXTERN PetscErrorCode SNESGetMaxLinearSolveFailures(SNES, PetscInt *);
/petsc/src/snes/interface/
H A Dsnes.c1651 PetscErrorCode SNESGetMaxLinearSolveFailures(SNES snes, PetscInt *maxFails) in SNESGetMaxLinearSolveFailures() function