Finite element spaces for the Stokes complex #4063
-
I am trying to discretise the Stokes equations using discrete spaces that constitute a discrete Stokes complex (not the standard Taylor-Hood elements). I have a couple of questions regarding this:
Thank you for your help. Kind regards, -artur palha |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
These elements have been added very recently. You might need to update your firedrake install. Also the implementation of the Christiansen-Hu element might not work on any mesh, as it splits the elements using barycenter, as opposed to the incenter. |
Beta Was this translation helpful? Give feedback.
These elements have been added very recently. You might need to update your firedrake install. Also the implementation of the Christiansen-Hu element might not work on any mesh, as it splits the elements using barycenter, as opposed to the incenter.