petsc-3.12.5 2020-03-29
MatCompositeSetMatStructure
Indicates structure of matrices in the composite matrix.
Synopsis
#include "petscmat.h"
PetscErrorCode MatCompositeSetMatStructure(Mat mat,MatStructure str)
Not Collective
Input Parameters
Notes
Information about the matrices structure is used in MatCompositeMerge() for additive composite matrix.
See Also
MatAXPY(), MatCreateComposite(), MatCompositeMerge() MatCompositeGetMatStructure(), MATCOMPOSITE
Level
advanced
Location
src/mat/impls/composite/mcomposite.c
Examples
src/mat/examples/tutorials/ex9.c.html
Implementations
MatCompositeSetMatStructure_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