Dear   Daniel,

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.

On Sun, Nov 20, 2016 at 9:49 AM, Daniel Arndt <
d.ar...@math.uni-goettingen.de> wrote:

> Sudarshan,
>
>   When I am at the face  I need the solution at the interior  quadrature
>> points as well.  However from  dinfo1.indices   we could get the  the dof
>> indices for the cell1. But  is it possible to get the shape value at the
>> interior quadrature points ?
>>
> You can of course work around this by creating FEValues objects
> fe_values_1 and fe_values_2 with the same quadrature rule you are using for
> the cell_integrators  and call
> fe_values_1.reinit(dinfo1.cell);
> fe_values_2.reinit(dinfo2.cell);
> These objects can then be used to get the shape values at the interior
> quadrature points. Still it sounds weird that you would need to have these
> values. What are you trying to do?
>
> Best,
> Daniel
>
> --
> 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 a topic in the
> Google Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/dealii/r6DfmfktQEM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Dr. Sudarshan Kumar Kenettinkara
Post doctoral fellow
Centro de Investigación en Ingeniería Matemática
UDEC, Casilla-160
Concepcion, Chile 4030000
Phone  +56 9 98095323
Office: 20
Phone: +56-4-2661320
Email:  skkma...@gmail.com
Homepage: http://www.ci2ma.udec.cl/skumar/

-- 
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