Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmplexsnes.c605 static PetscErrorCode DMSNESJacobianMF_Mult_Private(Mat A, Vec Y, Vec Z) in DMSNESJacobianMF_Mult_Private() function
656 …PetscCall(MatShellSetOperation(*J, MATOP_MULT, (PetscErrorCodeFn *)DMSNESJacobianMF_Mult_Private)); in DMSNESCreateJacobianMF()