Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaoimpl.h25 PetscErrorCode (*computejacobiandesign)(Tao, Vec, Mat, void *); member
/petsc/src/tao/interface/
H A Dtaosolver_hj.c419 …PetscCallBack("Tao callback Jacobian(design)", (*tao->ops->computejacobiandesign)(tao, X, J, tao->… in TaoComputeJacobianDesign()
625 if (func) tao->ops->computejacobiandesign = func; in TaoSetJacobianDesignRoutine()