I did manage to get rid of the error and successfully run the simulation using eclipse CDT in built debugger as illustrated in video lecture 25 by Dr. Bangerth.So I would like to assure the developers that the issue on this thread has been resolved.
Regards Pushkar On Wednesday, May 5, 2021 at 9:46:22 AM UTC+5:30 [email protected] wrote: > Deal deal.II community > > In my attempt to simulate the additive manufacturing process, I modified > the step-26 program to reproduce the results in which I ran into an error > which produces the output as : > > $ make run > Consolidate compiler generated dependencies of target step-26 > [ 66%] Built target step-26 > [100%] Run step-26 with Debug configuration > ***Time step 0 at t=0 > > =========================================== > Number of active cells: 1024 > Number of degrees of freedom: 99 > > > -------------------------------------------------------- > An error occurred in line <367> of file > </usr/local/include/deal.II/base/smartpointer.h> in function > T* dealii::SmartPointer<T, P>::operator->() const [with T = const > dealii::SparsityPattern; P = dealii::SparseMatrix<double>] > The violated condition was: > t != nullptr > Additional information: > (none) > > Stacktrace: > ----------- > #0 ./step-26: Step26::HeatEquation<2>::assemble_system() > #1 ./step-26: Step26::HeatEquation<2>::run() > #2 ./step-26: main > -------------------------------------------------------- > > make[3]: *** [CMakeFiles/run.dir/build.make:71: CMakeFiles/run] Aborted > (core dumped) > make[2]: *** [CMakeFiles/Makefile2:116: CMakeFiles/run.dir/all] Error 2 > make[1]: *** [CMakeFiles/Makefile2:123: CMakeFiles/run.dir/rule] Error 2 > make: *** [Makefile:137: run] Error 2 > I tried to debug with gdb but coudnt make track the error. So any help in > this regard to debug the code will prove beneficialMoreover,I have > attached step-26.cc file which was modified. > > Sincerely > Pushkar > > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/2d6a703e-9f7e-4409-a353-62b0cac48e47n%40googlegroups.com.
