petsc-3.8.4 2018-03-24
Report Typos and Errors

DMPlexCreateRigidBody

for the default global section, create rigid body modes from coordinates

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexCreateRigidBody(DM dm, MatNullSpace *sp)
Collective on DM

Input Arguments

dm -the DM

Output Argument

sp -the null space

Note: This is necessary to take account of Dirichlet conditions on the displacements

See Also

MatNullSpaceCreate()

Level:advanced
Location:
src/dm/impls/plex/plexfem.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex56.c.html
src/snes/examples/tutorials/ex77.c.html