DMPlexCreateRigidBodies#
For the default global section, create rigid body modes by function space interpolation
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexCreateRigidBodies(DM dm, PetscInt nb, DMLabel label, const PetscInt nids[], const PetscInt ids[], MatNullSpace *sp)
Collective
Input Parameters#
Output Parameter#
sp - the null space
Note#
This is necessary to provide a suitable coarse space for algebraic multigrid
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, MatNullSpaceCreate()
Level#
advanced
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages