Searched refs:SNESFASGalerkinFunctionDefault (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fasgalerkin.c | 78 PetscErrorCode SNESFASGalerkinFunctionDefault(SNES snes, Vec X, Vec F, PetscCtx ctx) in SNESFASGalerkinFunctionDefault() function
|
| H A D | fas.c | 138 if (next) PetscCall(SNESSetFunction(next, NULL, SNESFASGalerkinFunctionDefault, next)); in SNESSetUp_FAS() 139 …s->levels - 1) PetscCall(SNESSetFunction(fas->smoothd, NULL, SNESFASGalerkinFunctionDefault, snes)… in SNESSetUp_FAS() 140 …s->levels - 1) PetscCall(SNESSetFunction(fas->smoothu, NULL, SNESFASGalerkinFunctionDefault, snes)… in SNESSetUp_FAS()
|
| /petsc/include/ |
| H A D | petscsnes.h | 1323 PETSC_EXTERN PetscErrorCode SNESFASGalerkinFunctionDefault(SNES, Vec, Vec, PetscCtx);
|