Searched refs:SNESSetFunctionType (Results 1 – 3 of 3) sorted by relevance
111 PetscCall(SNESSetFunctionType(snes, SNES_FUNCTION_PRECONDITIONED)); in SNESCreate_ASPIN()
714 PETSC_EXTERN PetscErrorCode SNESSetFunctionType(SNES, SNESFunctionType);
1045 if (flg) PetscCall(SNESSetFunctionType(snes, (SNESFunctionType)indx)); in SNESSetFromOptions()2176 PetscErrorCode SNESSetFunctionType(SNES snes, SNESFunctionType type) in SNESSetFunctionType() function