Hamed,

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.
>
Yes, if you don't do any DoF renumbering, consider the same mesh and treat 
constraints the same way, the matrix should look the same (up to numerical 
error, i.e. O(1.e-12) or less).

Best,
Daniel

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to