Searched refs:MatLMVMMultAlgorithm (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmimpl.c | 364 MatLMVMMultAlgorithm mult_alg; in MatSetFromOptions_LMVM() 414 PetscErrorCode MatLMVMSetMultAlgorithm(Mat B, MatLMVMMultAlgorithm alg) in MatLMVMSetMultAlgorithm() 418 PetscTryMethod(B, "MatLMVMSetMultAlgorithm_C", (Mat, MatLMVMMultAlgorithm), (B, alg)); in MatLMVMSetMultAlgorithm() 422 static PetscErrorCode MatLMVMSetMultAlgorithm_LMVM(Mat B, MatLMVMMultAlgorithm alg) in MatLMVMSetMultAlgorithm_LMVM() 447 PetscErrorCode MatLMVMGetMultAlgorithm(Mat B, MatLMVMMultAlgorithm *alg) in MatLMVMGetMultAlgorithm() 452 PetscUseMethod(B, "MatLMVMGetMultAlgorithm_C", (Mat, MatLMVMMultAlgorithm *), (B, alg)); in MatLMVMGetMultAlgorithm() 456 static PetscErrorCode MatLMVMGetMultAlgorithm_LMVM(Mat B, MatLMVMMultAlgorithm *alg) in MatLMVMGetMultAlgorithm_LMVM()
|
| H A D | lmvm.h | 103 MatLMVMMultAlgorithm mult_alg;
|
| /petsc/include/ |
| H A D | petscksp.h | 1227 } MatLMVMMultAlgorithm; typedef 1231 PETSC_EXTERN PetscErrorCode MatLMVMSetMultAlgorithm(Mat, MatLMVMMultAlgorithm); 1232 PETSC_EXTERN PetscErrorCode MatLMVMGetMultAlgorithm(Mat, MatLMVMMultAlgorithm *);
|
| /petsc/doc/changes/ |
| H A D | 324.md | 107 - Add `MatLMVMMultAlgorithm`, `MatLMVMSetMultAlgorithm()`, and `MatLMVMGetMultAlgorithm()`
|