Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c410 SNESJacobianFn *cJ; in SNESView() local
451 PetscCall(DMSNESGetJacobian(dm, &cJ, &ctx)); in SNESView()
456 if (cJ == SNESComputeJacobianDefault) { in SNESView()
458 } else if (cJ == SNESComputeJacobianDefaultColor) { in SNESView()
461 } else if (cJ == SNESComputeJacobian_DMDA) { in SNESView()