Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex12.c47 PetscBool jacobianMF; /* Whether to calculate the Jacobian action on the fly */ member
418 options->jacobianMF = PETSC_FALSE; in ProcessOptions()
443 … the action of the Jacobian on the fly", "ex12.c", options->jacobianMF, &options->jacobianMF, NULL… in ProcessOptions()
783 if (user.jacobianMF) { in main()
942 if (user.jacobianMF) PetscCall(VecDestroy(&userJ.u)); in main()