petsc-3.9.4 2018-09-11
MatCreateLMVM
Creates a limited memory matrix for lmvm algorithms.
Synopsis
#include "lmvmmat.h" */
#include "petsctao.h" */
PetscErrorCode MatCreateLMVM(MPI_Comm comm, PetscInt n, PetscInt N, Mat *A)
Collective on A
Input Parameters
| comm | - MPI Communicator
|
| n | - local size of vectors
|
| N | - global size of vectors
|
Output Parameters
A -New LMVM matrix
Level
developer
Location
src/tao/matrix/lmvmmat.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages