Replies: 1 comment
-
ping: @mlstowell, @jandrej |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was trying to implement MINI elements, to solve a Navier-Stokes problem with P1bubble-P1 pair instead of Taylor-Hood P2-P1 elements.
I created a new FiniteElement adding the bubble function in the center for both Triangle and Tetrahedron geometries, and created the associated FiniteElementCollection class.
When running a simple test for Poiseulle flow on a rectangular domain I still get spurious pressure mode similar to the P1-P1 case, even when using P1bubble-P1, which are supposed to be stable.
Any idea what might be missing?
Thanks for any help!
Leo
I'm attaching the code for both the FiniteElement and FiniteElementCollection.
The FINITE ELEMENT
The FINITE ELEMENT COLLECTION
Beta Was this translation helpful? Give feedback.
All reactions