Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c115 VecType vtype, Bvtype; in MatAllocate_LMVM() local
120 PetscCall(MatGetVecType(B, &Bvtype)); in MatAllocate_LMVM()
121 PetscCall(PetscStrcmp(vtype, Bvtype, &same)); in MatAllocate_LMVM()