petsc-3.14.6 2021-03-30
MatCompositeGetType
Returns type of composite.
Synopsis
#include "petscmat.h"
PetscErrorCode MatCompositeGetType(Mat mat,MatCompositeType *type)
Not Collective
Input Parameter
| mat | - the composite matrix
|
Output Parameter
See Also
MatCreateComposite(), MatCompositeSetType(), MATCOMPOSITE
Level
advanced
Location
src/mat/impls/composite/mcomposite.c
Examples
src/mat/tutorials/ex9.c.html
Implementations
MatCompositeGetType_Composite in src/mat/impls/composite/mcomposite.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages