PetscFECreateBrokenElement#
Create a discontinuous version of the input PetscFE
Synopsis#
#include "petscfe.h"
PetscErrorCode PetscFECreateBrokenElement(PetscFE cgfe, PetscFE *dgfe)
Collective
Input Parameters#
cgfe - The continuous
PetscFEobject
Output Parameter#
dgfe - The discontinuous
PetscFEobject
Note#
This only works for Lagrange elements.
See Also#
PetscFECreate(), PetscSpaceCreate(), PetscDualSpaceCreate(), PetscFECreateLagrange(), PetscFECreateLagrangeByCell(), PetscDualSpaceLagrangeSetContinuity()
Level#
advanced
Location#
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages