On 8/31/23 12:09, sabyasachi chatterjee wrote:

I think yes, but I can't be sure. I have created a minimum working example (attached) for your reference. Only main.cc , src/ibvp.h and src/ibvp.h have a few lines of code. Rest all files are cleaned.

I do not see where you have added the explicit instantiation. Adding this line to the end of ibvp.cc fixed the problem for me:

template class ibvp<3>;

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/fdbf3358-2f8a-80e6-4e33-7dc514f7a5d5%40colostate.edu.

Reply via email to