Home
last modified time | relevance | path

Searched refs:SNESNewtonALCorrectionType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/impls/al/
H A Dalimpl.h19 SNESNewtonALCorrectionType correction_type; /* type of correction scheme to use */
H A Dal.c64 static PetscErrorCode SNESNewtonALSetCorrectionType_NEWTONAL(SNES snes, SNESNewtonALCorrectionType in SNESNewtonALSetCorrectionType_NEWTONAL()
89 PetscErrorCode SNESNewtonALSetCorrectionType(SNES snes, SNESNewtonALCorrectionType ctype) in SNESNewtonALSetCorrectionType()
94 …PetscTryMethod(snes, "SNESNewtonALSetCorrectionType_C", (SNES, SNESNewtonALCorrectionType), (snes,… in SNESNewtonALSetCorrectionType()
551 SNESNewtonALCorrectionType correction_type = data->correction_type; in SNESSetFromOptions_NEWTONAL()
/petsc/include/
H A Dpetscsnes.h1394 } SNESNewtonALCorrectionType; typedef
1397 PETSC_EXTERN PetscErrorCode SNESNewtonALSetCorrectionType(SNES, SNESNewtonALCorrectionType);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi272 ctypedef enum PetscSNESNewtonALCorrectionType "SNESNewtonALCorrectionType":
H A DSNES.pyx91 class SNESNewtonALCorrectionType(object): class
96 petsc.SNESNewtonALCorrectionType
119 NewtonALCorrectionType = SNESNewtonALCorrectionType
2941 del SNESNewtonALCorrectionType