Home
last modified time | relevance | path

Searched refs:SNESResetFromOptions (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscsnes.h110 PETSC_EXTERN PetscErrorCode SNESResetFromOptions(SNES);
/petsc/src/snes/interface/
H A Dsnes.c1196 PetscErrorCode SNESResetFromOptions(SNES snes) in SNESResetFromOptions() function
4937 PetscCall(SNESResetFromOptions(snes)); in SNESSolve()