Re: [deal.II] Looping over all the active children of an arbitrary cell

2020-08-22 Thread Stephen
I believe that is exactly what I need! Thanks On Saturday, 22 August 2020 at 14:26:19 UTC-5 Timo Heister wrote: > Stephan, > > I am not 100% sure if that is what you need, but did you see > GridTools::get_active_child_cells()? > > > On Fri, Aug 21, 2020 at 7:44 PM Stephen wrote: > > > > I am wr

Re: [deal.II] Looping over all the active children of an arbitrary cell

2020-08-22 Thread Timo Heister
Stephan, I am not 100% sure if that is what you need, but did you see GridTools::get_active_child_cells()? On Fri, Aug 21, 2020 at 7:44 PM Stephen wrote: > > I am writing a space-time adaptive algorithm (dG in time, cG in space) for a > blowup problem and have an a posteriori error estimator c

Re: [deal.II] deal.ii Installation : expand_instantiations Error

2020-08-22 Thread Timo Heister
Hi Aaditya, it looks like you are cross compiling due to the cray system you are on? I don't have first-hand experience, but I know some users have had success with it in the past. The error message stems from the fact that we build a small tool "expand_instantiations" during the build process. I