:orphan:
# DMPlexLandauCreateMassMatrix
Create mass matrix for Landau in Plex space (not field major order of Jacobian) - puts mass matrix into ctx->M 
## Synopsis
```
#include "petscdmplex.h" 
#include "petsclandau.h"   
PetscErrorCode DMPlexLandauCreateMassMatrix(DM pack, Mat *Amat)
```
Collective


## Input Parameter

- ***pack     -*** the DM object. Puts matrix in Landau context M field



## Output Parameter

- ***Amat -*** The mass matrix (optional), mass matrix is added to the DM context




.keywords: mesh

## See Also
 `DMPlexLandauCreateVelocitySpace()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/utils/dmplexlandau/plexland.c.html#DMPlexLandauCreateMassMatrix">src/ts/utils/dmplexlandau/plexland.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/utils/dmplexlandau/plexland.c)


[Index of all LANDAU routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
