Hi all,

I have just started in dealii and going through the tutorials to solve a 
Neumann boundary value problem. 

I have the following situation: the Neumann boundary data (say g) is 
defined as a Function and the  solution obtained by solving my pde is a 
Vector<double> (say v). How do I take the L2 inner product of g and 
trace(v). How do I get this inner product between a Function and a Vector 
<double>.

I can find each face which is on the boundary and I can get the values of g 
at all the
quadrature points of the face and the JxW at those points. However, to 
obtain the
surface intergral, I also need the values of v at these quadrature points. 
How can I get
the values at the quadrature points of the solution v?

Thank you,

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/7875fbc3-10d5-4e47-8f71-66362944ae04n%40googlegroups.com.

Reply via email to