Home
last modified time | relevance | path

Searched refs:MatLMVMGetMultAlgorithm (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c367 PetscCall(MatLMVMGetMultAlgorithm(B, &mult_alg)); in MatSetFromOptions_LMVM()
447 PetscErrorCode MatLMVMGetMultAlgorithm(Mat B, MatLMVMMultAlgorithm *alg) in MatLMVMGetMultAlgorithm() function
/petsc/doc/changes/
H A D324.md107 - Add `MatLMVMMultAlgorithm`, `MatLMVMSetMultAlgorithm()`, and `MatLMVMGetMultAlgorithm()`
/petsc/include/
H A Dpetscksp.h1232 PETSC_EXTERN PetscErrorCode MatLMVMGetMultAlgorithm(Mat, MatLMVMMultAlgorithm *);