Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/ !
H A Dfas.c95 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESSetUp_FAS()
261 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESSetFromOptions_FAS()
496 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESFASInterpolatedCoarseSolution()
556 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESFASCoarseCorrection()
630 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESFASCycle_Additive()
712 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESFASCycle_Multiplicative()
730 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESFASCycleSetupPhase_Full()
747 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESFASCycle_Full()
792 PetscCall(SNESFASCycleGetCorrection(snes, &next)); in SNESFASCycle_Kaskade()
H A Dfasfunc.c584 PetscErrorCode SNESFASCycleGetCorrection(SNES snes, SNES *correction) in SNESFASCycleGetCorrection() function
/petsc/include/ !
H A Dpetscsnes.h1329 PETSC_EXTERN PetscErrorCode SNESFASCycleGetCorrection(SNES, SNES *);