]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use function<> objects rather than hard-coded names to represent operations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Jan 2010 13:17:19 +0000 (13:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Jan 2010 13:17:19 +0000 (13:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@20398 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-38/step-38.cc

index 6775d1511538874969a8be1f8a11ac847a8e7096..91a3816862193dbbdcbebd2dd48b29acc4403e5e 100644 (file)
@@ -512,9 +512,10 @@ void DGMethod<dim>::assemble_system ()
   MeshWorker::AssemblingIntegrator
     <dim,
      MeshWorker::Assembler::SystemSimple<SparseMatrix<double>,
-                                         Vector<double> >,
-     DGIntegrator<dim> >
-    integrator(dg);
+                                         Vector<double> > >
+    integrator(&DGIntegrator<dim>::cell,
+              &DGIntegrator<dim>::bdry,
+              &DGIntegrator<dim>::face);
 
                                   // First, we initialize the
                                   // quadrature formulae and the

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


Typeset in Trocchi and Trocchi Bold Sans Serif.