Home
last modified time | relevance | path

Searched refs:SNESFunctionType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/interface/
H A Dsnespc.c80 SNESFunctionType functype; in SNESGetNPCFunction()
H A Dsnes.c1045 if (flg) PetscCall(SNESSetFunctionType(snes, (SNESFunctionType)indx)); in SNESSetFromOptions()
2176 PetscErrorCode SNESSetFunctionType(SNES snes, SNESFunctionType type) in SNESSetFunctionType()
2198 PetscErrorCode SNESGetFunctionType(SNES snes, SNESFunctionType *type) in SNESGetFunctionType()
/petsc/include/
H A Dpetscsnes.h711 } SNESFunctionType; typedef
714 PETSC_EXTERN PetscErrorCode SNESSetFunctionType(SNES, SNESFunctionType);
715 PETSC_EXTERN PetscErrorCode SNESGetFunctionType(SNES, SNESFunctionType *);
/petsc/include/petsc/private/
H A Dsnesimpl.h122 SNESFunctionType functype; /* Function type for the SNES instance */