Hello,
I am trying to solve for two DGQ solutions at the same time, and therefore
would like to put them into a FESystem. However, when I did this, I found that
they no longer behaved as Discontinuous Spaces (but as continuous ones). Is
there some reason for this?
code:
FESystem<dim> theta_fe
...
theta_fe( FE_DGQ<dim>(theta_degree), 1,
FE_DGQ<dim>(theta_degree, 1),
...
I am running the SVN version.
Any insight would be greatly appreciated.
Many Thanks,
Katie Leonard
DPhil student in Computational Biology,
The University of Oxford.
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii