Mihai
> I am trying to adapt step-12 (2D advection with DG) to a time-dependent
> 1D advection problem. I'm having issues at link time - the linker is
> unable to find references like
Did you add the instruction to link to 1d libraries in Makefile?
Currently you need to tell deal.II in the Makefile which dimension you
want to link to in the library; you can add as many as you like.
You'll be needing something like this there:
libs.g = $(lib-deal2-2d.g) \
$(lib-deal2-1d.g) \ ## <---- Hej, Please link 1d libs too!
$(lib-lac.g) \
$(lib-base.g)
and the analogogical for optimized mode.
Best,
Toby
-----
Toby D. Young
Assistant Professor
Institute of Fundamental Technological Problems
Polish Academy of Sciences
ul Adolfa Pawinskiego 5b
02-106 Warsaw
Poland
www: http://www.ippt.gov.pl/~tyoung
skype: stenografia
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii