Well, I updated deal II to the new directory structure. It seems to work, but my own code won't compile, and I think it's the Makefile. I am using the Makefile.large example from the deal II documentation.
I tried altering the line under the lib-h-files definition from $D/deal.II/include/*/*.h) to instead be $D/include/deal.II/*/*.h) but it is still not working (lots of undefined references). Any suggestions on how to fix it? Pearl Flath On Tue, Oct 26, 2010 at 2:23 PM, Wolfgang Bangerth <[email protected]>wrote: > > Jon, > > > There was one more problem, but after seeing what you did, I was able to > > fix it by renaming > > > > source/numerics/mesh_worker.cc > > > > to > > > > source/numerics/mesh_worker.all_dimensions.cc > > I've checked that in too. Thanks! > > > > After that, the library linked, and I was able to compile and run the new > > step-40 example. > > Excellent. How far can you scale it? > > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [email protected] > www: > http://www.math.tamu.edu/~bangerth/<http://www.math.tamu.edu/%7Ebangerth/> > > _______________________________________________ > dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii >
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
