Bruno, Thanks so much -- I just saw your answer after replying below. Yes it seems that the problem is due to multiple initialization. Now it is surprising how it has worked so far without this error.
On Monday, October 3, 2016 at 12:20:32 PM UTC-4, Bruno Turcksin wrote: > > Jinhyun, > > On Monday, October 3, 2016 at 11:38:57 AM UTC-4, Jinhyun wrote: > >> Below I copy the exception message. It seems that the problem relates to >> the size of input and stems from deal.II itself. Any help would be >> appreciated! >> > Actually the problem is that muparser is being initialized twice. Do you > call FunctionParser<dim>:: initialize multiple times? If you don't, can you > check what happens when you are using only one thread? The comment in the > code seems to indicate that there could be a problem with multi-threading. > > Best, > > Bruno > -- 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.
