Hello,

I am trying to implement a projection of a DG solution to a Raviart-Thomas 
space. For this, I need a local space Q_{p-1,p}(K) \times Q_{p,p-1}(K). I 
have been using FE_DGRaviartThomas of degree p-1, and then I 
use shape_value_component(i, q, 1) when I want to use the x component of 
the test function, and shape_value_component(i,q,0) when I want to use the 
y component of the test function. I have a bug in my code and I am 
wondering if it is coming from the way I am creating this local space. Does 
this construction of the space make sense? Is there maybe a better way of 
doing it?

Many thanks.

Giselle

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/5cb3de29-b3ba-4c81-9339-543253d67ee4n%40googlegroups.com.

Reply via email to