MatAssembled
Indicates if a matrix has been assembled and is ready for use; for example, in matrix-vector product.
Synopsis
#include "mat.h"
int MatAssembled(Mat mat,PetscTruth *assembled)
Collective on Mat
Input Parameter
mat -the matrix
Output Parameter
assembled -PETSC_TRUE or PETSC_FALSE
Keywords
matrix, assembly, assemble, begin
See Also
MatAssemblyEnd(), MatSetValues(), MatAssemblyBegin()
Level:advanced
Location:src/mat/interface/matrix.c
Matrix Index
Table of Contents