info_box.initialize(integrator, fe, mapping);
MeshWorker::DoFInfo<dim> dof_info(dofs);
- MeshWorker::loop
- <MeshWorker::DoFInfo<dim>, MeshWorker::IntegrationInfoBox<dim> >
+ MeshWorker::loop<MeshWorker::IntegrationInfoBox<dim>, dim, dim>
(dofs.begin_active(), dofs.end(),
dof_info, info_box,
std_cxx1x::bind (&Local<dim>::cell, local, _1, _2),
MeshWorker::DoFInfo<dim> dof_info(dof_handler);
info_box.initialize(integration_worker, fe, mapping);
- MeshWorker::loop
- <MeshWorker::DoFInfo<dim>, MeshWorker::IntegrationInfoBox<dim> >
+ MeshWorker::loop<MeshWorker::IntegrationInfoBox<dim>, dim, dim>
(dof_handler.begin_active(),
dof_handler.end(),
dof_info,
deallog << std::setprecision (2);
deallog << std::fixed;
deallog.attach(logfile);
-// deallog.depth_console (0);
+ deallog.depth_console (0);
std::vector<boost::shared_ptr<FiniteElement<2> > > fe2;
fe2.push_back(boost::shared_ptr<FiniteElement<2> >(new FE_DGP<2>(1)));
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