:orphan: # MatLMVMAllocate Produces all necessary common memory for LMVM approximations based on the solution and function vectors provided. If `MatSetSizes()` and `MatSetUp()` have not been called before `MatLMVMAllocate()`, the allocation will read sizes from the provided vectors and update the matrix. ## Synopsis ``` #include "petscksp.h" PetscErrorCode MatLMVMAllocate(Mat B, Vec X, Vec F) ``` ## Input Parameters - ***B -*** An LMVM-type matrix - ***X -*** Solution vector - ***F -*** Function vector ## See Also [](ch_ksp), [LMVM Matrices](sec_matlmvm), `MATLMVM`, `MatLMVMReset()`, `MatLMVMUpdate()` ## Level intermediate ## Location src/ksp/ksp/utils/lmvm/lmvmutils.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/utils/lmvm/lmvmutils.c) [Index of all KSP routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)