Home
last modified time | relevance | path

Searched refs:correction_type (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/al/
H A Dal.c69 al->correction_type = ctype; in SNESNewtonALSetCorrectionType_NEWTONAL()
295 if (data->correction_type == SNES_NEWTONAL_CORRECTION_EXACT) { in SNESSolve_NEWTONAL()
297 } else if (data->correction_type == SNES_NEWTONAL_CORRECTION_NORMAL) { in SNESSolve_NEWTONAL()
378 if (data->correction_type == SNES_NEWTONAL_CORRECTION_NORMAL) { in SNESSolve_NEWTONAL()
551 SNESNewtonALCorrectionType correction_type = data->correction_type; in SNESSetFromOptions_NEWTONAL() local
561 …ectionType", SNESNewtonALCorrectionTypes, (PetscEnum)correction_type, (PetscEnum *)&correction_typ… in SNESSetFromOptions_NEWTONAL()
562 PetscCall(SNESNewtonALSetCorrectionType(snes, correction_type)); in SNESSetFromOptions_NEWTONAL()
646 arclengthParameters->correction_type = SNES_NEWTONAL_CORRECTION_EXACT; in SNESCreate_NEWTONAL()
H A Dalimpl.h19 SNESNewtonALCorrectionType correction_type; /* type of correction scheme to use */ member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPC.pyx2584 def setHPDDMCoarseCorrectionType(self, correction_type: HPDDMCoarseCorrectionType) -> None:
2591 correction_type
2599 cdef PetscPCHPDDMCoarseCorrectionType ctype = correction_type