Dear Greg,
Just to extend on what Peter said: It should be possible to define anisotropic degrees in a completely discontinuous finite element, say FE_DGP or FE_DGQ. In that case, you would derive from `FE_Poly` and insert an anisotropic polynomial space, doing whatever you think is appropriate. For elements imposing some continuity, include FE_FaceP/FE_FaceQ or the regular H1 functions (FE_Q), you can't do that as Peter said. However, one could work around this by constructing constraints that constrain the polynomial space of uniform high order in one of the directions to the lower polynomial degree. It would be a bit of work to realize this (say 200-400 lines of code to set up the constraints), but the easiest solution I could come up.
Best,
Martin
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/3dcc5829-7218-4c51-9c86-ae8fccb4ba82n%40googlegroups.com.