Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasgalerkin.c78 PetscErrorCode SNESFASGalerkinFunctionDefault(SNES snes, Vec X, Vec F, PetscCtx ctx) in SNESFASGalerkinFunctionDefault() function
H A Dfas.c138 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 Dpetscsnes.h1323 PETSC_EXTERN PetscErrorCode SNESFASGalerkinFunctionDefault(SNES, Vec, Vec, PetscCtx);