On 10/16/22 01:45, 'yy.wayne' via deal.II User Group wrote:
*** Caution: EXTERNAL Sender ***

I'm currently using deal.II 9.4.0 version (virtual box 1.22). When I read a comsol mphtxt mesh(attached below, a 2D plane in 3D space), it throws an error on grid_in.cc line 1557 that s!="4 Mesh".

I trace back the error with whole_file.get(). It turns out after the line "0 0 1" I get char 32(space), 13(^M), 10(^J) and then 52(number 4). I guess it's a bug of deal.II since I never modify the comsol mphtxt file?bug_read_mphtxt.png

yy.wayne:
I took a look at your mesh last week and there are a few bugs in the deal.II code that show up in your case. I put a patch for one set of problems into
  https://github.com/dealii/dealii/pull/14374
but this does not fix the problem in its entirety. I will look into the remaining issues later this week or next. I mainly wanted to let you know that the problem is not forgotten.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/bed82b8a-06bc-78e1-50a8-9a8050b0e675%40colostate.edu.

Reply via email to