From: John P. <jwp...@gm...> - 2019-10-30 13:07:45
|
Hi Yuxiang, I will try and take a look at this when I get a chance... it's likely that there is a bug in our Abaqus reader. There is a certain amount of variation allowed in the formatting of Abaqus files, and we may not support exactly the format you are using. -- John On Tue, Oct 29, 2019 at 3:26 PM Yuxiang Wang <yw...@vi...> wrote: > Dear all, > > I noticed that whenever I have *Surface in the ABAQUS .inp file, libmesh > cannot read it. I thought this was implemented according to here: > > https://libmesh.github.io/doxygen/classlibMesh_1_1AbaqusIO.html#a2a125c1845edc4c3a6fad266fc76cbfd > > > I have a very short dummy mesh (9 nodes in a unit cube) and a short libmesh > C++ codethat I tested with (attached). whenever I run this with the example > file, it says: > > Stream is bad! Perhaps the file: testcube.inp does not exist? > > Could anyone please help comment? > > Best, > Shawn > |