DMPlexShearGeometry#
This shears the domain, meaning adds a multiple of the shear coordinate to all other coordinates.
Synopsis#
#include "petscdmplex.h"
#include "petscfe.h"
PetscErrorCode DMPlexShearGeometry(DM dm, DMDirection direction, PetscReal multipliers[])
Not Collective
Input Parameters#
See Also#
DMPLEX
, DMPlexRemapGeometry()
, DMDirection
, DM_X
, DM_Y
, DM_Z
Level#
intermediate
Location#
Examples#
src/snes/tutorials/ex13.c
src/snes/tutorials/ex17.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages