And again, sorry I've searched the tutorial only a litte and found "Trilinos", but it is not used.
The problem might be the strange programming style: "::BlockSparseMatrix< ... >" I think your C++ compiler is incompatible with that, maybe you try dealii::BlockSparseMatrix< ... >. Best Uwe On Mon, 2012-03-26 at 19:42 +0200, Uwe Köcher wrote: > Hey Stefan > > Did you configure deal.II against Trilinos? > > Best > Uwe > > On Mon, 2012-03-26 at 18:00 +0200, Stefan Kollet wrote: > > Hi, > > I am trying to compile step 44 and get the error below. > > Anybody seen this before? Paths etc are correct. All > > include files are found correctly. No changes made to the > > source. > > > > Thanks, > > Stefan > > > > nsm.cc:396: error: ?::BlockSparseMatrix? has not been > > declared > > nsm.cc:396: error: ?::BlockSparseMatrix? has not been > > declared > > nsm.cc:396: error: ?::BlockSparseMatrix? has not been > > declared > > nsm.cc:396: error: ?::BlockSparseMatrix? has not been > > declared > > nsm.cc:396: error: ?::BlockSparseMatrix? has not been > > declared > > nsm.cc:396: error: ?::BlockSparseMatrix? has not been > > declared > > nsm.cc:396: error: expected primary-expression before ':' > > token > > nsm.cc:396: error: expected `]' before ':' token > > _______________________________________________ > > dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii > -- Dipl.-Ing. Uwe Köcher Helmut Schmidt Universität Universität der Bundeswehr Fakultät für Maschinenbau, Professur für Numerische Verfahren in den Rechnergestützten Ingenieurwissenschaften. Holstenhofweg 85 22043 Hamburg Tel: +49 40 6541 - 3540 (vorübergehend) Raum: H1 - R.1103 (vorübergehend) Email: [email protected] Web: http://www.hsu-hh.de/mb-mathe _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
