Searched refs:MatLMVMSetJ0 (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/tao/unconstrained/impls/lmvm/ |
| H A D | lmvm.c | 47 PetscCall(MatLMVMSetJ0(lmP->M, lmP->H0)); in TaoSolve_LMVM() 164 if (lmP->H0) PetscCall(MatLMVMSetJ0(lmP->M, lmP->H0)); in TaoSetUp_LMVM()
|
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | ex3.c | 134 PetscCall(MatLMVMSetJ0(B, J0)); in main()
|
| H A D | ex1.c | 640 PetscCall(MatLMVMSetJ0(B, J_0)); in main()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 300 PetscCall(MatLMVMSetJ0(B, J0diag)); in MatLMVMSetJ0Diag() 374 PetscErrorCode MatLMVMSetJ0(Mat B, Mat J0) in MatLMVMSetJ0() function 463 PetscCall(MatLMVMSetJ0(B, J0)); in MatLMVMSetJ0PC() 504 PetscCall(MatLMVMSetJ0(B, J0)); in MatLMVMSetJ0KSP()
|
| H A D | lmvmimpl.c | 254 PetscCall(MatLMVMSetJ0(M, J0_copy)); in MatCopy_LMVM()
|
| /petsc/src/tao/bound/impls/blmvm/ |
| H A D | blmvm.c | 132 if (blmP->H0) PetscCall(MatLMVMSetJ0(blmP->M, blmP->H0)); in TaoSetup_BLMVM()
|
| /petsc/include/ |
| H A D | petscksp.h | 1191 PETSC_EXTERN PetscErrorCode MatLMVMSetJ0(Mat, Mat);
|
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.c | 142 if (cg->pc) PetscCall(MatLMVMSetJ0(cg->B, cg->pc)); in TaoSetUp_BNCG()
|
| /petsc/doc/manual/ |
| H A D | mat.md | 606 - `MatLMVMSetJ0(Mat B, Mat J0)` – Defines the initial Jacobian to 676 Note that the user-provided initial Jacobian via `MatLMVMSetJ0()`
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 428 PetscErrorCode MatLMVMSetJ0(PetscMat, PetscMat)
|
| H A D | Mat.pyx | 5197 getLMVMJ0, petsc.MatLMVMSetJ0 5200 CHKERR(MatLMVMSetJ0(self.mat, ctype))
|