Ehsan, 2016-05-20 8:47 GMT-04:00 Ehsan <[email protected]>: > Yes I run the code in gdb and I receive below error: > > Program received signal SIGSEGV, Segmentation fault. > dealii::SparsityPattern::reinit (this=this@entry=0x7fffffffb498, > m=m@entry=829992, n=n@entry=829992, row_lengths=...) at > /deal_II/dealii-8.3.0/source/lac/sparsity_pattern.cc:369 > 369 std::fill_n (&colnums[0], vec_len, invalid_entry); > > How can I check if this error is due to the memory shortage or not? We need to see the entire backtrace. One line is not enough to understand what's happening.
Best, Bruno -- 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.
