On Tue, 8 Oct 2019, gmail wrote:

> I was wondering what is the local numbering of the DOFs for
> Clough-Tocher FE on Tri6 elements? I’m looking for a way in each
> element to loop over the basis value (not the gradient) DOFs.

We always locally loop over vertices, then sides, then interiors, and
on a C1 vertex we always start with the value DoF before the gradient
or any mixed derivative DoFs.  So local basis numbers 0, 3, and 6
should be your value degrees of freedom.
---
Roy
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to