:orphan: # DMPlexLandauPrintNorms collects moments and prints them ## Synopsis ``` #include "petscdmplex.h" #include "petsclandau.h" PetscErrorCode DMPlexLandauPrintNorms(Vec X, PetscInt stepi) ``` Collective ## Input Parameters + X - the state - stepi - current step to print .keywords: mesh ## See Also `DMPlexLandauCreateVelocitySpace()` ## Level beginner ## Location src/ts/utils/dmplexlandau/plexland.c ## Examples src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/utils/dmplexlandau/tutorials/ex1f90.F90
src/ts/utils/dmplexlandau/tutorials/ex2.c
--- [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)