PETSc version 3.16.6
Fix/Edit manual page

LandauCreateMassMatrix

Create mass matrix for Landau

Synopsis

#include "petscdmplex.h" 
#include "petsclandau.h"   
PetscErrorCode LandauCreateMassMatrix(DM pack, Mat *Amat)
Collective on pack

Input Parameters

. pack - the DM object

Output Parameters

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

.keywords: mesh .seealso: LandauCreateVelocitySpace()

Level

beginner

Location

src/ts/utils/dmplexlandauplexland.c

Examples

src/ts/utils/dmplexlandau/tutorials/ex1.c.html
src/ts/utils/dmplexlandau/tutorials/ex2.c.html
src/ts/utils/dmplexlandau/tutorials/ex1f90.F90.html

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