Searched refs:SNESNormSchedule (Results 1 – 11 of 11) sorted by relevance
81 SNESNormSchedule normschedule; in SNESGetNPCFunction()
408 SNESNormSchedule normschedule; in SNESView()1042 if (flg) PetscCall(SNESSetNormSchedule(snes, (SNESNormSchedule)indx)); in SNESSetFromOptions()2028 PetscErrorCode SNESSetNormSchedule(SNES snes, SNESNormSchedule normschedule) in SNESSetNormSchedule()2050 PetscErrorCode SNESGetNormSchedule(SNES snes, SNESNormSchedule *normschedule) in SNESGetNormSchedule()
12 SNESNormSchedule normschedule; in SNESSolve_KSPONLY()
220 SNESNormSchedule normschedule; in SNESSolve_NGS()
619 } SNESNormSchedule; typedef684 PETSC_EXTERN PetscErrorCode SNESSetNormSchedule(SNES, SNESNormSchedule);685 PETSC_EXTERN PetscErrorCode SNESGetNormSchedule(SNES, SNESNormSchedule *);
121 SNESNormSchedule normschedule; /* Norm computation type for SNES instance */
123 - Add `SNESNormSchedule` support to `SNESKSPONLY`
26 ctypedef enum PetscSNESNormSchedule "SNESNormSchedule":
34 class SNESNormSchedule(object): class39 petsc.SNESNormSchedule117 NormSchedule = SNESNormSchedule2939 del SNESNormSchedule
693 SNESNormSchedule normtype; in SNESSolve_Composite()
725 SNESNormSchedule normschedule; in SNESSolve_NASM()