# the archives ./Obj.a and ./Obj.g.a. By default, the debug version
# is used to link. It you don't like that, change the following
# variable to "off"
-debug-mode = on
+debug-mode = off
# If you want your program to be linked with extra object or library
# files, specify them here:
FELinear<dim> fe;
PoissonEquation<dim> equation (*rhs);
- QGauss3<dim> quadrature;
+ QGauss2<dim> quadrature;
cout << " Distributing dofs... ";
dof->distribute_dofs (fe);
# the archives ./Obj.a and ./Obj.g.a. By default, the debug version
# is used to link. It you don't like that, change the following
# variable to "off"
-debug-mode = on
+debug-mode = off
# If you want your program to be linked with extra object or library
# files, specify them here:
FELinear<dim> fe;
PoissonEquation<dim> equation (*rhs);
- QGauss3<dim> quadrature;
+ QGauss2<dim> quadrature;
cout << " Distributing dofs... ";
dof->distribute_dofs (fe);
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