

Dear Wayne,
I am a bit surprised by your numbers and find them rather high,
at least with the chosen problem sizes. I would expect the
matrix-free solver to run in less than a second for 111,000
unknowns on typical computers, not almost 10 seconds. I need to
honestly say that I do not have a good explanation at this point.
I did not write this tutorial program, but I know more or less
what should happen. Let me ask a basic question first: Did you
record the timings with release mode? The numbers would make more
sense if they are based on the debug mode.
Best,
Martin
--
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 on the web visit https://groups.google.com/d/msgid/dealii/58dae75e-644e-49d8-bee2-e212c5184e1cn%40googlegroups.com.
Dear Wayne,
For performance it certainly matters, because some components of
our codes have more low-level checks in debug mode than others,
and because the compiler optimizations do not have the same effect
on all parts of our code. Make sure to test the release mode and
see if it makes more sense. We'd be happy to help from there.
Best,
Martin
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/be1cf40a-ec2d-4ecf-9868-d7c966fae4f7n%40googlegroups.com.

