Hi Everyone
In 3D case, I implemented the Mini element for Stokes like this
P1 = VectorElement("CG", tetrahedron, 1)
B = VectorElement("Bubble", tetrahedron, 4)
Mini = P1 + B
But, the pressure seems unstable. Is the bubble element incorrect? Any comment are appreciated.