Searched refs:SNESNewtonALCorrectionType (Results 1 – 5 of 5) sorted by relevance
19 SNESNewtonALCorrectionType correction_type; /* type of correction scheme to use */
64 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()
1394 } SNESNewtonALCorrectionType; typedef1397 PETSC_EXTERN PetscErrorCode SNESNewtonALSetCorrectionType(SNES, SNESNewtonALCorrectionType);
272 ctypedef enum PetscSNESNewtonALCorrectionType "SNESNewtonALCorrectionType":
91 class SNESNewtonALCorrectionType(object): class96 petsc.SNESNewtonALCorrectionType119 NewtonALCorrectionType = SNESNewtonALCorrectionType2941 del SNESNewtonALCorrectionType