On 12/6/22 08:36, HIMAL MAGAR wrote:
I am trying to import .msh file that I have created in CUBIT in step-17. However, the code doesn't read the file and produces following error:

The error happens in read_ucd(), but that is clearly the wrong function for reading .msh files: You need to use read_msh().

That said, the error happens at the very top of the function. I believe that you are trying to read from a file that doesn't exist or can't be opened. Did you spell the file name and directory name correctly in your program? Does the file you are trying to read from actually exist?

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/69086bda-297f-6094-bfb9-1af3543a7a73%40colostate.edu.

Reply via email to