Re: [deal.II] CellDataStorage with mesh refinement

2017-11-10 Thread 'Frederik S.' via deal.II User Group
es on a cell where the internal variable values are constant) is good > first attempt to deal with this difficult situation. If you’re willing to > try to implement it then I’d be happy to provide assistance if you need it. > > Best regards, > Jean-Paul > > On 31 Oct 2017, at

Re: [deal.II] CellDataStorage with mesh refinement

2017-11-09 Thread 'Frederik S.' via deal.II User Group
Hello Timo! Sorry it took so long, I was on a conference this week and didn't come to answer. Many thanks for the example! I read through all the documentation pages, but it didn't come to my mind to just check the source code of this classes... Thanks again, this will help me a lot! PS: see a

Re: [deal.II] CellDataStorage with mesh refinement

2017-11-09 Thread 'Frederik S.' via deal.II User Group
Sorry it took so long, I was on a conference this week and didn't come to answer. Many thanks for the example! I read through all the documentation pages, but it didn't come to my mind to just check the source code of this classes... Thanks again, this will help me a lot! PS: see also my answe

Re: [deal.II] CellDataStorage with mesh refinement

2017-10-31 Thread 'Frederik S.' via deal.II User Group
example. > > On Thu, Oct 26, 2017 at 12:50 PM, 'Frederik S.' via deal.II User Group > > wrote: > > Hello! > > > > I've got a question on the usage of CellDataStorage for refined cells > for a > > parallelized simulation. Below y

Re: [deal.II] CellDataStorage with mesh refinement

2017-10-31 Thread 'Frederik S.' via deal.II User Group
or? > > Best regards, > Jean-Paul > > P.S. You really want to use the GeometryInfo > <http://dealii.org/8.5.0/doxygen/deal.II/structGeometryInfo.html#af8c7865e177be882934e10c1b1a8a188> > class > to get this value: > *for (unsigned int child=0; child<8; child++){* > > On

[deal.II] CellDataStorage with mesh refinement

2017-10-26 Thread &#x27;Frederik S.&#x27; via deal.II User Group
Hello! I've got a question on the usage of CellDataStorage for refined cells for a parallelized simulation. Below you'll find a sample of the code I use for refinement. I'm transferring the solution as stated in https://www.dealii.org/8.5.0/doxygen/deal.II/classparallel_1_1distributed_1_1Sol