Searched refs:PCLMVMGetMatLMVM (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/pc/impls/lmvm/ |
| H A D | lmvmpc.c | 95 PetscErrorCode PCLMVMGetMatLMVM(PC pc, Mat *B) in PCLMVMGetMatLMVM() function 225 PetscCall(PCLMVMGetMatLMVM(pc, &B)); in PCSetUp_LMVM()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | rosenbrock1.c | 90 PetscCall(PCLMVMGetMatLMVM(pc, &M)); in main()
|
| H A D | eptorsion3.c | 165 PetscCall(PCLMVMGetMatLMVM(pc, &M)); in main()
|
| H A D | eptorsion1.c | 151 PetscCall(PCLMVMGetMatLMVM(pc, &M)); in main()
|
| H A D | rosenbrock4.h | 676 PetscCall(PCLMVMGetMatLMVM(pc, &M)); in TestLMVM()
|
| /petsc/src/tao/unconstrained/impls/ntr/ |
| H A D | ntr.c | 81 PetscCall(PCLMVMGetMatLMVM(tr->bfgs_pre, &tr->M)); in TaoSolve_NTR()
|
| /petsc/include/ |
| H A D | petscpc.h | 503 PETSC_EXTERN PetscErrorCode PCLMVMGetMatLMVM(PC, Mat *);
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntl.c | 75 PetscCall(PCLMVMGetMatLMVM(tl->bfgs_pre, &tl->M)); in TaoSolve_NTL()
|
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nls.c | 112 PetscCall(PCLMVMGetMatLMVM(nlsP->bfgs_pre, &nlsP->M)); in TaoSolve_NLS()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.c | 105 PetscCall(PCLMVMGetMatLMVM(bnk->bfgs_pre, &bnk->M)); in TaoBNKInitialize()
|