Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c277 MatType lmvmType; in MatDuplicate_LMVM() local
281 PetscCall(MatGetType(B, &lmvmType)); in MatDuplicate_LMVM()
283 PetscCall(MatSetType(*mat, lmvmType)); in MatDuplicate_LMVM()