Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnesj.c50 Vec j1a, j2a, x2; in SNESComputeJacobianDefault() local
76 PetscCall(DMGetGlobalVector(snes->dm, &j1a)); in SNESComputeJacobianDefault()
82 j1a = snes->vwork[0]; in SNESComputeJacobianDefault()
93 PetscCall(SNESComputeMFFunction(snes, x1, j1a)); in SNESComputeJacobianDefault()
95 …PetscCall(SNESComputeFunction(snes, x1, j1a)); /* does not handle use of SNESSetFunctionDomainErro… in SNESComputeJacobianDefault()
134 PetscCall(VecAXPY(j2a, -1.0, j1a)); in SNESComputeJacobianDefault()
153 PetscCall(DMRestoreGlobalVector(snes->dm, &j1a)); in SNESComputeJacobianDefault()