Home
last modified time | relevance | path

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

/petsc/src/snes/interface/saws/
H A Dsnessaws.c47 PetscErrorCode SNESMonitorSAWsDestroy(PetscCtxRt ctx) in SNESMonitorSAWsDestroy() function
/petsc/include/
H A Dpetscsnes.h66 PETSC_EXTERN PetscErrorCode SNESMonitorSAWsDestroy(PetscCtxRt);
/petsc/src/snes/interface/
H A Dsnes.c1144 PetscCall(SNESMonitorSet(snes, SNESMonitorSAWs, ctx, SNESMonitorSAWsDestroy)); in SNESSetFromOptions()