petsc-3.10.5 2019-03-28
Report Typos and Errors

MatGetType

Gets the matrix type as a string from the matrix object.

Synopsis

#include "petscmat.h" 
PetscErrorCode  MatGetType(Mat mat,MatType *type)
Not Collective

Input Parameter

mat -the matrix

Output Parameter

name -name of matrix type

Keywords

Mat, MatType, get, method, name

See Also

MatSetType()

Level

intermediate

Location

src/mat/interface/matreg.c

Examples

src/ksp/ksp/examples/tutorials/ex29.c.html
src/ksp/ksp/examples/tutorials/ex34.c.html

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