[Libmesh-devel] Easy way to combine finite elements?

2019-04-09 Thread Paul T. Bauman
Hi All, Is there an easy way to take existing finite elements and combine them? I'm interested in trying out an augmented Taylor-Hood element (P2/P1+P0) where basically I'm just adding a constant to the P1 pressure space. It would be nice to be able to do this without having to implement all the

Re: [Libmesh-devel] Easy way to combine finite elements?

2019-04-09 Thread Stogner, Roy H
On Tue, 9 Apr 2019, Paul T. Bauman wrote: > Is there an easy way to take existing finite elements and combine them? I'm > interested in trying out  an augmented Taylor-Hood element (P2/P1+P0) > where basically I'm just adding a constant to the P1 pressure space. It would > be nice to be able to