Re: [deal.II] p4est tree initilization

2019-05-29 Thread Wolfgang Bangerth
On 5/29/19 4:40 AM, Gabriel Peters wrote: > > I am working with a parallel::distributed::triangulation. > In my program I load a coarse grid from a file. > > Is there a function to manually initialize trees in my triangulation, > according to some regions of my domain (just as p4est does) or >

[deal.II] p4est tree initilization

2019-05-29 Thread Gabriel Peters
Hey everyone, I am working with a parallel::distributed::triangulation. In my program I load a coarse grid from a file. Is there a function to manually initialize trees in my triangulation, according to some regions of my domain (just as p4est does) or is this automatically done by calling