Searched refs:computeresidualjacobian (Results 1 – 3 of 3) sorted by relevance
19 PetscErrorCode (*computeresidualjacobian)(Tao, Vec, Mat, Mat, void *); member
345 …PetscCallBack("Tao callback least-squares residual Jacobian", (*tao->ops->computeresidualjacobian)… in TaoComputeResidualJacobian()514 if (func) tao->ops->computeresidualjacobian = func; in TaoSetJacobianResidualRoutine()
467 …sidualRoutine(gn->subsolver, tao->ls_jac, tao->ls_jac, tao->ops->computeresidualjacobian, tao->use… in TaoSetUp_BRGN()