Searched refs:MatLMVMGetJ0 (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | solve_performance.c | 33 PetscCall(MatLMVMGetJ0(B, &J0)); in main()
|
| H A D | ex1.c | 329 PetscCall(MatLMVMGetJ0(B, &J_0)); in TestUpdate() 538 PetscCall(MatLMVMGetJ0(B, &J_0)); in main()
|
| /petsc/src/tao/bound/impls/blmvm/ |
| H A D | blmvm.c | 345 PetscCall(MatLMVMGetJ0(M, H0)); in TaoLMVMGetH0()
|
| /petsc/src/ksp/ksp/utils/lmvm/rescale/ |
| H A D | symbrdnrescale.c | 458 PetscCall(MatLMVMGetJ0(B, &J0)); in SymBroydenRescaleSetUp()
|
| /petsc/include/ |
| H A D | petscksp.h | 1199 PETSC_EXTERN PetscErrorCode MatLMVMGetJ0(Mat, Mat *);
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 532 PetscErrorCode MatLMVMGetJ0(Mat B, Mat *J0) in MatLMVMGetJ0() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 427 PetscErrorCode MatLMVMGetJ0(PetscMat, PetscMat*)
|
| H A D | Mat.pyx | 5178 setLMVMJ0, petsc.MatLMVMGetJ0 5181 CHKERR(MatLMVMGetJ0(self.mat, &M.mat))
|