Searched refs:MatDFischer (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/complementarity/impls/ssls/ |
| H A D | ssls.c | 49 …PetscCall(MatDFischer(tao->jacobian, tao->solution, tao->constraints, tao->XL, tao->XU, ssls->t1, … in Tao_SSLS_FunctionGradient()
|
| /petsc/src/tao/util/ |
| H A D | tao_util.c | 247 PetscErrorCode MatDFischer(Mat jac, Vec X, Vec Con, Vec XL, Vec XU, Vec T1, Vec T2, Vec Da, Vec Db) in MatDFischer() function 403 PetscCall(MatDFischer(jac, X, Con, XL, XU, T1, T2, Da, Db)); in MatDSFischer()
|
| /petsc/src/tao/complementarity/impls/asls/ |
| H A D | asils.c | 78 …PetscCall(MatDFischer(tao->jacobian, tao->solution, tao->constraints, tao->XL, tao->XU, asls->t1, … in Tao_ASLS_FunctionGradient()
|
| H A D | asfls.c | 78 …PetscCall(MatDFischer(tao->jacobian, tao->solution, tao->constraints, tao->XL, tao->XU, asls->t1, … in Tao_ASLS_FunctionGradient()
|
| /petsc/include/ |
| H A D | petscmat.h | 2708 PETSC_EXTERN PetscErrorCode MatDFischer(Mat, Vec, Vec, Vec, Vec, Vec, Vec, Vec, Vec);
|