Hi, 

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

dealii::MeshWorker::DoFInfo<1, 1, double>::DoFInfo()
dealii::MeshWorker::IntegrationInfo<1, 1>::IntegrationInfo()
dealii::MeshWorker::IntegrationInfo<1, 
1>::reinit(dealii::MeshWorker::DoFInfo<1, 
1, double> const&)'
dealii::MeshWorker::IntegrationInfoBox<1, 
1>::initialize_gauss_quadrature(unsigned int, unsigned int, unsigned int)'
(.. and so on)

in the deal.ii 1D (debug) library. Is the MeshWorker framework coded for 2D/3D 
problems only? Or what am I doing wrong?

Thanks,
Mihai

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to