Re: [deal.II] Error during compilation with multiple source files

2023-08-30 Thread Wolfgang Bangerth
On 8/30/23 00:22, sabyasachi chatterjee wrote: /home/sabyasachi/Documents/current_research/irradiated_materials/irradiated_tension_engg_400C/main.cc:96: error: undefined reference to 'ibvp<3>::ibvp()' You will likely have to add 'explicit instantiations' to the bottom of the .cc file. Like

[deal.II] deal.II Newsletter #265

2023-08-30 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #265. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #15944: Fix some additional warnings (proposed by kronbichler)

[deal.II] Error during compilation with multiple source files

2023-08-30 Thread sabyasachi chatterjee
Hello, I am trying to compile a project with multiple source and header files. I am new to CMake. In the main directory, there is main.cc file. All other files including header and source files are stored in a subdirectory src. The class ibvp is similar to TopLevel class in step 18. It is