petsc-3.7.1 2016-05-15
MatMFFDGetH
Gets the last value that was used as the differencing parameter.
Synopsis
#include "petscmat.h"
PetscErrorCode MatMFFDGetH(Mat mat,PetscScalar *h)
Not Collective Many br
Input Parameters
mat -the matrix obtained with MatCreateSNESMF() Many br
Output Paramter
h -the differencing step size Many br
Many br
Keywords
SNES, matrix-free, parameters
See Also
MatCreateSNESMF(),MatMFFDSetHHistory(), MatCreateMFFD(), MATMFFD, MatMFFDResetHHistory()
Level:advanced
Location:src/mat/impls/mffd/mffd.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages