petsc-3.14.6 2021-03-30
Report Typos and Errors

MatAssemblyType

Indicates if the matrix is now to be used, or if you plan to continue to add or insert values to it

Synopsis

typedef enum {MAT_FLUSH_ASSEMBLY=1,MAT_FINAL_ASSEMBLY=0} MatAssemblyType;

See Also

MatAssemblyBegin(), MatAssemblyEnd()

Level

beginner

Location

src/mat/../../include/petscmat.h

Examples

src/mat/tutorials/ex2.c.html
src/mat/tutorials/ex4.c.html
src/mat/tutorials/ex8.c.html
src/mat/tutorials/ex9.c.html
src/mat/tutorials/ex12.c.html
src/mat/tutorials/ex15.c.html
src/mat/tutorials/ex16.c.html
src/mat/tutorials/ex17.c.html
src/mat/tutorials/ex4f.F90.html
src/mat/tutorials/ex15f.F90.html
src/mat/tutorials/ex17f.F90.html

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages