On 11/22/2016 06:13 AM, sudarshan kumar wrote:

Thanks  a  lot, yes  it works.  In fact I am working on time dependent
problem, and so in my method I need an adjacent interior value when I am at
the face. Thanks a lot.

But don't the FEValues objects you get for the face provide these values? I mean, they evaluate the solution and shape functions on either side of the face. In other words, while the quadrature points for these two objects have the same physical locations, they evaluate the elements as the limits of points coming from each of the cells, and consequently the values are different even though the points are the same.

Or do you need to evaluate the solution at points inside the cells that are not in fact on the interface?

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

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

Reply via email to