Hi all, I have a quick question for you. I was wondering if the system_matrix of the sequential code should be exactly the same as parallel on for the same problem condition. I mean if my sequential code is solved by SolverCG and SSOR preconditioner, the parallel one should necessarily be solved by the same solver or System_matrix features may change through palatalization.
Thanks, On Wednesday, November 2, 2016 at 9:29:54 AM UTC-5, Bruno Turcksin wrote: > > Hamed, > > 2016-11-02 10:22 GMT-04:00 Hamed Babaei <[email protected] <javascript:>>: > > > It seems that my system_matrix is not s.p.d any more although in > sequential > > code it was. > Then, there is a bug in your code. You can compare the matrix produced > by the sequential code with the one in parallel do help you find the > bug. > > 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.
