[Dune] Notification from Dune

Flyspray dune at hal.iwr.uni-heidelberg.de
Wed Jul 12 09:34:00 CEST 2006


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has been changed.  The new details are below.  For
full information about what has changed, visit the URL and click the
History tab.

FS#142 - Can't use dgfparser for Alberta and ALU at once
User who did this: - Christian Engwer (christi)

Attached to Project - Dune
Summary - Can't use dgfparser for Alberta and ALU at once
Task Type - Bug Report
Category - Grid
Status - New
Assigned To - 
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - SVN
Due in Version - 1.0
Due Date - Undecided
Percent Complete - 0%
Details - I'd like to have ALUGrid and AlbertaGrid together in one
executable.  For that I use

#include "config.h"

#include <dune/grid/io/file/dgfparser/dgfalu.hh>
#include <dune/grid/io/file/dgfparser/dgfalberta.hh>


int main()
{
    Dune::ALU3dGrid<3,3,Dune::tetra>* alu3dGrid =
Dune::MacroGrid("kurbelwelle.dgf", -1);
    Dune::AlbertaGrid<3,3>* albertaGrid =
Dune::MacroGrid("kurbelwelle.dgf", -1);
}

But this doesn't compile.  The linker (the one that comes with
gcc-4.1) issues

uggridtest-uggridtest.o: In function
`_ZN4Dune9MacroGridcvPT_INS_9ALU3dGridILi3ELi3ELNS_20ALU3dGridElementTypeE4EEEEEv':/export/local-1/daten/users/sander/dune/dune-grid/dune/grid/io/file/dgfparser/dgfparser.hh:104:
undefined reference to `Dune::MacroGrid::Impl<Dune::ALU3dGrid<3, 3,
(Dune::ALU3dGridElementType)4> >::generate(Dune::MacroGrid&, char
const*, int)'
collect2: ld returned 1 exit status

More information can be found at the following URL:
http://hal.iwr.uni-heidelberg.de/flyspray/?do=details&id=142

You are receiving this message because you have requested it from the
Flyspray bugtracking system.  You can be removed from future
notifications by visiting the URL shown above.





More information about the Dune mailing list