<div dir="ltr">Thanks Steffen.<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 14, 2013 at 12:23 AM, Steffen Müthing <span dir="ltr"><<a href="mailto:steffen.muething@ipvs.uni-stuttgart.de" target="_blank">steffen.muething@ipvs.uni-stuttgart.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Bilal,<br>
<br>
welcome to DUNE and PDELab!<br>
<br>
Your problem isn't as bad as it seems - the core modules of DUNE and the PDELab library<br>
are both fine, this error is just in an example program in the PDELab Howto. You get it because<br>
you are missing the external grid library UG - see <a href="http://www.dune-project.org/external_libraries/install_ug.html" target="_blank">http://www.dune-project.org/external_libraries/install_ug.html</a><br>
for installation instructions. That said, you can also just ignore the error and start working with PDELab,<br>
or you can switch to a different grid manager by commenting line 114 in poisson_uniform.cc and uncommenting<br>
one of the two following lines.<br>
<br>
Just a quick note: If you have questions about PDELab, please use the PDELab mailing list (<a href="mailto:dune-pdelab@dune-project.org">dune-pdelab@dune-project.org</a>)<br>
instead.<br>
<br>
Best,<br>
<br>
Steffen<br>
<br>
Am 13.05.2013 um 18:45 schrieb bilal saad:<br>
<div><div class="h5"><br>
> Hello,<br>
><br>
> I'm try to configure dune and Pdelab-1.1.0 but I get this error<br>
><br>
> poisson_uniform.cc: In function ‘int main(int, char**)’:<br>
> poisson_uniform.cc:114:11: error: ‘UGGrid’ in namespace ‘Dune’ does not name a type<br>
> poisson_uniform.cc:117:40: error: ‘GM’ was not declared in this scope<br>
> poisson_uniform.cc:117:42: error: template argument 1 is invalid<br>
> poisson_uniform.cc:117:48: error: invalid type in declaration before ‘;’ token<br>
> poisson_uniform.cc:118:27: error: expression list treated as compound expression in initializer [-fpermissive]<br>
> poisson_uniform.cc:118:27: warning: left operand of comma operator has no effect [-Wunused-value]<br>
> poisson_uniform.cc:119:7: error: base operand of ‘->’ is not a pointer<br>
> poisson_uniform.cc:122:34: error: the value of ‘GM’ is not usable in a constant expression<br>
> poisson_uniform.cc:117:40: note: ‘GM’ was not declared ‘constexpr’<br>
> poisson_uniform.cc:122:61: error: wrong number of template arguments (1, should be 2)<br>
> poisson_uniform.cc:22:7: error: provided for ‘template<class GV, class RF> class GenericEllipticProblem’<br>
> poisson_uniform.cc:122:70: error: invalid type in declaration before ‘;’ token<br>
><br>
><br>
> Thanks if some ine can help me to fix it?<br>
> Thanks<br>
> Bilal<br>
><br>
</div></div>> _______________________________________________<br>
> Dune mailing list<br>
> <a href="mailto:Dune@dune-project.org">Dune@dune-project.org</a><br>
> <a href="http://lists.dune-project.org/mailman/listinfo/dune" target="_blank">http://lists.dune-project.org/mailman/listinfo/dune</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Steffen Müthing<br>
Universität Stuttgart<br>
Institut für Parallele und Verteilte Systeme<br>
Universitätsstr. 38<br>
70569 Stuttgart<br>
Tel: +49 711 685 88429<br>
Fax: +49 711 685 88340<br>
Email: <a href="mailto:steffen.muething@ipvs.uni-stuttgart.de">steffen.muething@ipvs.uni-stuttgart.de</a><br>
<br>
</font></span></blockquote></div><br></div>