Thank you very much, Timo.
I have my code running reasonably well now and this is mostly because of
your suggestions.
The files you pointed me out to were exactly what I was looking for.
Perhaps this little effort in writing interfaces for continuous fe might
worth some description in the deal.ii
library.

Thank you again
Alberto


*Alberto Salvadori* Dipartimento di Ingegneria Meccanica e Industriale
(DIMI)
 Universita` di Brescia, via Branze 43, 25123 Brescia
 Italy
 tel 030 3715426

e-mail:
 [email protected]
web-page:
 http://m4lab.unibs.it/faculty.html



On Sat, Dec 26, 2020 at 11:00 PM Timo Heister <[email protected]> wrote:

> Alberto,
>
> >  I would like to associate to each gauss point on the interface,
> identified by the command
> >       const auto &q_points = fiv.get_quadrature_points();
> >  the values of the unknown fields at the two faces of the two cells that
> form the interface itself.
> >  It should not be too difficult I think.
> >  Perhaps I should use
>
> Currently, FEInterfaceValues does not have support for
> get_function_values() directly but this is something I am planning to
> do soon.
>
> Your code looks reasonable, but I think you can use the existing
> FEFaceValues objects inside the FEInterfaceValues like
>
> feiv.get_fe_face_values(0).get_function_values(...)
> feiv.get_fe_face_values(1).get_function_values(...)
>
>
> --
> Timo Heister
> http://www.math.clemson.edu/~heister/
>
> --
> 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/CAMRj59F15KznNpjHyAT_UmAs5k-%3DwMp9Xo952V5KBDm6JH1bsw%40mail.gmail.com
> .
>

-- 


Informativa sulla Privacy: http://www.unibs.it/node/8155 
<http://www.unibs.it/node/8155>

-- 
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/CABcATpctA9fPDRtAoOnY%3D8MDPEpUc4DX8t%2BWV49sxjDx89U3tg%40mail.gmail.com.

Reply via email to