> Now my question. Does deal.ii allow to consider Qn x Qn as an "inner"
> vector-valued FE space and inject this as replacement for RTn, thereby
> ending up in blocks (n_u, n_u), (n_u, n_p), and (n_p, n_u) and use Qn-1 as
> replacement for DG ending up in blocks (n_u, n_p), (n_p, n_u), and (n_p,
> n_p)? If this is possible, it would allow me to keep the Schur complent
> implementation largely unchanged, isn't this right?

Yes. The choice on how you "block" things is independent of your FE
spaces. See step-22 for an example.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to