petsc-3.14.6 2021-03-30
MatLMVMIsAllocated
Returns a boolean flag that shows whether the necessary data structures for the underlying matrix is allocated.
Synopsis
#include "petscksp.h"
PetscErrorCode MatLMVMIsAllocated(Mat B, PetscBool *flg)
Input Parameters
Output Parameter
See Also
MatLMVMAllocate(), MatLMVMReset()
Level
intermediate
Location
src/ksp/ksp/utils/lmvm/lmvmutils.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages