Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c718 static PetscErrorCode ComputeLogEmaxJacobian(Tao tao, Vec x, Mat J, Mat Jpre, void *Ctx) in ComputeLogEmaxJacobian() function
829 …if (fitLog) PetscCall(TaoSetJacobianResidualRoutine(tao, J, J, ComputeLogEmaxJacobian, &ctx->emaxC… in MonitorEField()