Hi all,
I am trying to write a code that doesn't require a linear solver by using the mass lumping technique. My current implementation looks like this:
It works well. However, the only issue is that looping over cell in typename DoFHandler::active_cell_iterator degrades the performance greatly, which is slower than solving the linear system by an iterative solver like GMRES. I wish I can write a parallel code like this:
However, it only works for single core. I really appreciate if anyone has any idea to paralellize the solve part with the mass lumping technique.
--
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+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dealii/885e5cc4-f5f0-4aff-8cfc-2459dd7e7c22n%40googlegroups.com.