Re: [deal.II] Extracting volume data to the boundary

2019-09-14 Thread Alberto Salvadori
Thank you very much, Luca. Alberto Salvadori Associate Professor DIMI, University of Brescia, Italy > On 11 Sep 2019, at 08:38, luca.heltai wrote: > > Alberto, > > be aware of the fact that, when you extract the boundary mesh, the > orientation of the cells may be different w.r.t. to the c

Re: [deal.II] Extracting volume data to the boundary

2019-09-10 Thread luca.heltai
Alberto, be aware of the fact that, when you extract the boundary mesh, the orientation of the cells may be different w.r.t. to the corresponding face on the volumetric mesh. In other words, using FEValues codim_one(…); FEFaceValuescodim_zero(…); codim_one.reinit(codim_one_cell); co

[deal.II] Extracting volume data to the boundary

2019-09-03 Thread Alberto Salvadori
Dear community I am trying to find a good way to deal with the following problem. I am interested in a Laplace-Beltrami simulation (say with unknown scalar field c) on a surface that advects (with displacement field u) enclosesing a volume of say elastic material. The two problems are per se un