:orphan: # MatCompositeAddMat Add another matrix to a composite matrix. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatCompositeAddMat(Mat mat, Mat smat) ``` Collective ## Input Parameters - ***mat -*** the composite matrix - ***smat -*** the partial matrix ## See Also [](ch_matrices), `Mat`, `MatCreateComposite()`, `MatCompositeGetMat()`, `MATCOMPOSITE` ## Level advanced ## Location src/mat/impls/composite/mcomposite.c ## Implementations MatCompositeAddMat_Composite in src/mat/impls/composite/mcomposite.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/composite/mcomposite.c) [Index of all Mat routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)