[petsc-users] DMPlex for high order elements

Jed Brown jed at jedbrown.org
Wed Nov 18 13:29:58 CST 2015


Alejandro D Otero <aotero at fi.uba.ar> writes:

> Hi, I am trying to define a spectral element mesh in the frame of DMPlex
> structure.
> To begin with I am thinking of quadrilateral 2d elements. Lets say I have a
> 16 node element with 2 nodes on each edge besides the 2 corners and 4 nodes
> inside the element. I'd like to treat all nodes as vertex in the DMPlex
> structure.

That's not the intended way to use DMPlex.  You associate an arbitrary
number of dofs with each topological entity (vertex, edge, face, cell).
So for your Q_3 elements in 2D, you would put 1 dof at vertices, 2 at
edges, and 4 at cell interiors.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20151118/ba11c481/attachment.pgp>


More information about the petsc-users mailing list