I extended the step-26 documentation and provided a pull request <https://github.com/dealii/dealii/pull/5705> on github.
You can create an iterator to the elements of a matrix row. Would that do > what > you need? > Yes, that's exactly what I was looking for. I just somehow missed the information that diagonal elements were stored as the first element of each row in quadratic matrices. But with that, one is able to distinguish between those entries easily. Best, Marc -- 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.
