franck75, Some hints for debugging this: Do you observe this error only if you run in parallel or also with only one MPI process? Use gdb to find the last line in your program that triggers the Assert. Which line is it? Try to find out where the numbers 81 and 45 come from. The best candidates would probably be the number of locally relevant or locally owned DoFs.
This should give you a good hint on what is going wrong. Maybe you are just using a ghosted vector in a place where you would need a totally distributed one instead. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
