# MatMFFDDSSetUmin
Sets the "umin" parameter used by the PETSc routine for computing the differencing parameter, h, which is used for matrix-free Jacobian-vector products for a `MATMFFD` matrix. 
## Synopsis
```
#include "petscmat.h"   
PetscErrorCode MatMFFDDSSetUmin(Mat A, PetscReal umin)
```

## Input Parameters

- ***A -*** the `MATMFFD` matrix
- ***umin -*** the parameter





## Note
See the manual page for `MatCreateSNESMF()` for a complete description of the
algorithm used to compute h.


## See Also
 `MATMFFD`, `MatMFFDSetFunctionError()`, `MatCreateSNESMF()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/mffd/mffddef.c.html#MatMFFDDSSetUmin">src/mat/impls/mffd/mffddef.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/mffd/mffddef.c.html#MatMFFDDSSetUmin_DS">MatMFFDDSSetUmin_DS in src/mat/impls/mffd/mffddef.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/mffd/mffddef.c)


[Index of all Mat routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
