#include "petscsnes.h" PetscErrorCode SNESNewtonTRGetPostCheck(SNES snes, PetscErrorCode (**func)(SNES,Vec,Vec,Vec,PetscBool*,PetscBool*,void*),void **ctx)Not collective
func | - [optional] function evaluation routine, see for the calling sequence SNESNewtonTRPostCheck() | |
ctx | - [optional] user-defined context for private data for the function evaluation routine (may be NULL) |