Searched refs:TaoComputeJacobianDesign (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/pde_constrained/impls/lcl/ |
| H A D | lcl.c | 196 PetscCall(TaoComputeJacobianDesign(tao, tao->solution, tao->jacobian_design)); in TaoSolve_LCL() 392 PetscCall(TaoComputeJacobianDesign(tao, lclP->X0, tao->jacobian_design)); in TaoSolve_LCL() 477 PetscCall(TaoComputeJacobianDesign(tao, lclP->X0, tao->jacobian_design)); in TaoSolve_LCL() 532 PetscCall(TaoComputeJacobianDesign(tao, tao->solution, tao->jacobian_design)); in TaoSolve_LCL() 623 PetscCall(TaoComputeJacobianDesign(tao, X, tao->jacobian_design)); in LCLComputeLagrangianAndGradient()
|
| /petsc/include/ |
| H A D | petsctao.h | 394 PETSC_EXTERN PetscErrorCode TaoComputeJacobianDesign(Tao, Vec, Mat);
|
| /petsc/src/tao/interface/ |
| H A D | taosolver_hj.c | 410 PetscErrorCode TaoComputeJacobianDesign(Tao tao, Vec X, Mat J) in TaoComputeJacobianDesign() function
|