Searched refs:correction_type (Results 1 – 3 of 3) sorted by relevance
69 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() local561 …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()
19 SNESNewtonALCorrectionType correction_type; /* type of correction scheme to use */ member
2584 def setHPDDMCoarseCorrectionType(self, correction_type: HPDDMCoarseCorrectionType) -> None:2591 correction_type2599 cdef PetscPCHPDDMCoarseCorrectionType ctype = correction_type