<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-15"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hey Christoph,<br>
<br>
thanks for the patch, I applied the remaining part.<br>
I also fixed the problem in dgdiffusion-hp.<br>
<br>
Regards,<br>
Rebecca<br>
<br>
On 27.12.2011 10:52, Christoph Grüninger wrote:
<blockquote cite="mid:4EF99567.1070307@iws.uni-stuttgart.de"
type="cite">Dear PDELabers,
<br>
the attached patch contains two changes. First, dune-geometry is
now used instead of the deprecated headers. Second, GCC 4.6
complains about two files that constexpr should be used. I moved
the constants out of the classes but I am not satisfied with this
change. Please have a look before you apply the patch. I preserved
the line count, thus the LaTeX parts should not be affected.
<br>
<br>
But still dune-pdelab-howto does not compile for me. In the file
<br>
dgdiffusion-hp.cc, line 156,
<br>
is an error which I could not fix quickly. See below the relevant
part of the error message.
<br>
<br>
There are still some issues but I am not sure where they should be
fixed because the change the line count:
<br>
- Headercheck fails in many cases.
<br>
- Many headers lack double-include protection macros.
<br>
- Numerous variables are defined but never used.
<br>
<br>
Greets
<br>
Christoph
<br>
<br>
<br>
dgdiffusion-hp.cc: In Funktion »void solve_dg(const GV&,
const FEM&, std::string, bool) [with ..]«:
<br>
dgdiffusion-hp.cc:208:59: instanziiert von hier
<br>
dgdiffusion-hp.cc:156:5: Fehler: keine passende Funktion für
Aufruf von »Dune::SubsamplingVTKWriter<..>*)«
<br>
dgdiffusion-hp.cc:156:5: Anmerkung: Kandidaten sind:
<br>
<br>
/temp/gruenich/dune/complete/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:354:10:
Anmerkung: void Dune::VTKWriter<GridView>::addCellData(const
VTKFunctionPtr&) [with ..]
<br>
<br>
/temp/gruenich/dune/complete/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:354:10:
Anmerkung: no known conversion for argument 1 from
»Dune::PDELab::VTKFiniteElementMapAdapter<..>*« to »const
VTKFunctionPtr&«
<br>
<br>
/temp/gruenich/dune/complete/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:364:12:
Anmerkung: void
Dune::VTKWriter<GridView>::addCellData(Dune::VTKWriter<GridView>::VTKFunction*)
[with ..]
<br>
<br>
/temp/gruenich/dune/complete/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:364:12:
Anmerkung: no known conversion for argument 1 from
»Dune::PDELab::VTKFiniteElementMapAdapter<..>*« to
»Dune::VTKWriter<..>::VTKFunction*«
<br>
<br>
/temp/gruenich/dune/complete/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:385:74:
Anmerkung: template<class V> void
Dune::VTKWriter::addCellData(const V&, const string&, int)
[with ..]
<br>
make[4]: *** [dgdiffusion_hp-dgdiffusion-hp.o] Fehler 1
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
dune-pdelab mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dune-pdelab@dune-project.org">dune-pdelab@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune-pdelab">http://lists.dune-project.org/mailman/listinfo/dune-pdelab</a>
</pre>
</blockquote>
</body>
</html>