Re: [deal.II] HP with parallel::shared::Triangulation

2016-07-31 Thread Pete Griffin
Thanks, Wolfgang Pete Griffin On Sunday, July 31, 2016 at 2:53:03 PM UTC-4, bangerth wrote: > > On 07/31/2016 12:06 PM, Pete Griffin wrote: > > > > I get an error from an assertion in the call to: > >dof_handler.distribute_dofs (fe_collection); > > The triangulation is a parallel::shared:

Re: [deal.II] HP with parallel::shared::Triangulation

2016-07-31 Thread Wolfgang Bangerth
On 07/31/2016 12:06 PM, Pete Griffin wrote: I get an error from an assertion in the call to: dof_handler.distribute_dofs (fe_collection); The triangulation is a parallel::shared::Triangulation. My C++ is not as good as it needs to be. It appears as if the exception (below) means that HP is n

[deal.II] HP with parallel::shared::Triangulation

2016-07-31 Thread Pete Griffin
Hi, All. I get an error from an assertion in the call to: dof_handler.distribute_dofs (fe_collection); The triangulation is a parallel::shared::Triangulation. My C++ is not as good as it needs to be. It appears as if the exception (below) means that HP is not implemented for a parallel::shar