q.push_back(QMidpoint<2>());
q.push_back(QMidpoint<2>());
hp::FEValues<2> x_fe_values (fe_collection, q, update_gradients);
- for (typename hp::DoFHandler<2>::active_cell_iterator cell = dof_handler.begin_active();
+ for (hp::DoFHandler<2>::active_cell_iterator cell = dof_handler.begin_active();
cell != dof_handler.end(); ++cell)
{
x_fe_values.reinit (cell);
q.push_back(QMidpoint<2>());
q.push_back(QMidpoint<2>());
hp::FEValues<2> x_fe_values (fe_collection, q, update_hessians);
- for (typename hp::DoFHandler<2>::active_cell_iterator cell = dof_handler.begin_active();
+ for (hp::DoFHandler<2>::active_cell_iterator cell = dof_handler.begin_active();
cell != dof_handler.end(); ++cell)
{
x_fe_values.reinit (cell);
q.push_back(QMidpoint<2>());
q.push_back(QMidpoint<2>());
hp::FEValues<2> x_fe_values (fe_collection, q, update_hessians);
- for (typename hp::DoFHandler<2>::active_cell_iterator cell = dof_handler.begin_active();
+ for (hp::DoFHandler<2>::active_cell_iterator cell = dof_handler.begin_active();
cell != dof_handler.end(); ++cell)
{
x_fe_values.reinit (cell);
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams