On 4/23/19 9:02 PM, [email protected] wrote: > > Do you think this problem is related to "min_grid_level=0" > > I solve my problem just by changing from "min_grid_level=0 & > max_grid_level=3" > to min_grid_level=1 & max_grid_level=4" > > But I can't understand why this change solve this segmentation fault error.
I don't know either. As I mentioned, nobody other than you can know without seeing your program. But that is the point of debugging a problem: To *understand* what the problem is. If you just set min_grid_level=1 and the problem goes away, then you have no really solved anything because you have not understood what causes the problem. What gives you the confidence that the remainder of the program does the right thing if you have not understood why this one issue happens? So, I will come back to the original suggestion: run the program in debug mode, and run it in a debugger. Best Wolfgang -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
