On 7/9/19 9:01 AM, Gabriel Peters wrote: > > After some debugging I found out that the term /(-1)* sol_p[i]*div_sol_u[j]/ > makes this trouble. Can somebody tell me why?
My suspicion would be that you are writing into an element of the matrix for which you have not allocated space in the sparsity pattern. Could that be the case? Best W. -- ------------------------------------------------------------------------ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/835a0843-815a-28fc-b976-43e209af3ebc%40colostate.edu. For more options, visit https://groups.google.com/d/optout.
