petsc-3.9.4 2018-09-11
MatResetPreallocation
Reset mat to use the original nonzero pattern provided by users.
Synopsis
#include "petscmat.h"
PetscErrorCode MatResetPreallocation(Mat A)
Collective on Mat
Input Parameters
A -the Mat context
Notes
The allocated memory will be shrunk after calling MatAssembly with MAT_FINAL_ASSEMBLY. Users can reset the preallocation to access the original memory.
Currently support MPIAIJ and SEQAIJ.
Keywords
Mat, ResetPreallocation
See Also
MatSeqAIJSetPreallocation(), MatMPIAIJSetPreallocation(), MatXAIJSetPreallocation()
Level
beginner
Location
src/mat/interface/matrix.c
Examples
src/mat/examples/tutorials/ex4.c.html
Implementations
MatResetPreallocation_MPIAIJ in src/mat/impls/aij/mpi/mpiaij.c
MatResetPreallocation_SeqAIJ in src/mat/impls/aij/seq/aij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages