Re: [deal.II] Re: Loading DoFHandler from Archive

2016-09-26 Thread 'Benjamin Brands' via deal.II User Group
I thank you both for your replies to my question. The idea to initially use a coarse triangulation and DoFHandler is very good an will definitely save time. Best regards Benjamin Am Montag, 26. September 2016 07:59:17 UTC+2 schrieb Wolfgang Bangerth: > > On 09/25/2016 11:31 PM, Jean-Paul Pelter

[deal.II] Loading DoFHandler from Archive

2016-09-20 Thread 'Benjamin Brands' via deal.II User Group
Dear deal.ii Users, I have a question regarding the dof_handler.load () function. Before calling the load function for a dof_handler with assigned triangulation I have to call the function distribute_dofs with the FE object as argument. By doing this DoF distribution data is created just to be o