MatAssemblyType#
Indicates if the process of setting values into the matrix is complete, and the matrix is ready for use
Synopsis#
typedef enum {
MAT_FLUSH_ASSEMBLY = 1,
MAT_FINAL_ASSEMBLY = 0
} MatAssemblyType;
Values#
MAT_FLUSH_ASSEMBLY
- you will continue to put values into the matrixMAT_FINAL_ASSEMBLY
- you wish to use the matrix with the values currently inserted
See Also#
Matrices, Mat
, MatSetValues
, MatAssemblyBegin()
, MatAssemblyEnd()
Level#
beginner
Location#
Examples#
Examples#
src/ts/tutorials/ex20td.c
src/ts/tutorials/ex36A.c
src/ts/tutorials/ex16fwd.c
src/ts/tutorials/ex20opt_ic.c
src/ts/tutorials/ex9.c
src/ts/tutorials/ex41.c
src/ts/tutorials/ex13.c
src/ts/tutorials/ex5.c
src/ts/tutorials/ex44.c
src/ts/tutorials/ex22.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages