Searched refs:SNESFASCycleGetCorrection (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/impls/fas/ ! |
| H A D | fas.c | 95 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 D | fasfunc.c | 584 PetscErrorCode SNESFASCycleGetCorrection(SNES snes, SNES *correction) in SNESFASCycleGetCorrection() function
|
| /petsc/include/ ! |
| H A D | petscsnes.h | 1329 PETSC_EXTERN PetscErrorCode SNESFASCycleGetCorrection(SNES, SNES *);
|