Home
last modified time | relevance | path

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

/petsc/src/snes/impls/nasm/
H A Daspin.c111 PetscCall(SNESSetFunctionType(snes, SNES_FUNCTION_PRECONDITIONED)); in SNESCreate_ASPIN()
/petsc/include/
H A Dpetscsnes.h714 PETSC_EXTERN PetscErrorCode SNESSetFunctionType(SNES, SNESFunctionType);
/petsc/src/snes/interface/
H A Dsnes.c1045 if (flg) PetscCall(SNESSetFunctionType(snes, (SNESFunctionType)indx)); in SNESSetFromOptions()
2176 PetscErrorCode SNESSetFunctionType(SNES snes, SNESFunctionType type) in SNESSetFunctionType() function