#include "petscmat.h" int MatAssemblyEnd(Mat mat,MatAssemblyType type)Collective on Mat
mat | - the matrix | |
type | - type of assembly, either MAT_FLUSH_ASSEMBLY or MAT_FINAL_ASSEMBLY |
-mat_view_info | - Prints info on matrix at conclusion of MatEndAssembly() | |
-mat_view_info_detailed | - Prints more detailed info | |
-mat_view | - Prints matrix in ASCII format | |
-mat_view_matlab | - Prints matrix in Matlab format | |
-mat_view_draw | - PetscDraws nonzero structure of matrix, using MatView() and PetscDrawOpenX(). | |
-display <name> | - Sets display name (default is host) | |
-draw_pause <sec> | - Sets number of seconds to pause after display |
Level:beginner
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages