Re: [Libmesh-users] Recommend an open-source software to generate complex FE mesh

2013-01-04 Thread Kirk, Benjamin (JSC-EG311)
On Jan 3, 2013, at 11:50 PM, walter kou wrote: > Hi all, > But when I try to run gmsh: ./gmsh, I get error on missing libraries. And > after using command: ldd gmsh, I find missing libraries: >libgmp.so.3 => not found >libgfortran.so.3 => not found > My computer: fedora 17 x86_64; and ac

Re: [Libmesh-users] Recommend an open-source software to generate complex FE mesh

2013-01-03 Thread walter kou
Hi all, But when I try to run gmsh: ./gmsh, I get error on missing libraries. And after using command: ldd gmsh, I find missing libraries: libgmp.so.3 => not found libgfortran.so.3 => not found My computer: fedora 17 x86_64; and actually if I type: locate libgfortran.so.3, I find I have l

Re: [Libmesh-users] Recommend an open-source software to generate complex FE mesh

2013-01-03 Thread John Peterson
On Thu, Jan 3, 2013 at 8:48 AM, walter kou wrote: > Hi Derek, > Thanks for your reply. The FE mesh in my current application, though it is > 3D, will not be "really complex" as shown in the website of Cubit. While I > find Gmsh from Libemsh-wiki website looks good. Could Gmsh prepare FE mesh > for

Re: [Libmesh-users] Recommend an open-source software to generate complex FE mesh

2013-01-03 Thread walter kou
Hi Derek, Thanks for your reply. The FE mesh in my current application, though it is 3D, will not be "really complex" as shown in the website of Cubit. While I find Gmsh from Libemsh-wiki website looks good. Could Gmsh prepare FE mesh for libmesh? If so, what kind of files will Gmsh generate for li

Re: [Libmesh-users] Recommend an open-source software to generate complex FE mesh

2013-01-02 Thread Derek Gaston
Not open source, but for really complex stuff we use Cubit: http://cubit.sandia.gov/ Sent from my iPad On Jan 2, 2013, at 9:38 PM, walter kou wrote: Dear all, First, greetings of the new year 2013 . I want to know how you guys generate complex FE mesh for libmesh. Is there any good open-sourc

[Libmesh-users] Recommend an open-source software to generate complex FE mesh

2013-01-02 Thread walter kou
Dear all, First, greetings of the new year 2013 . I want to know how you guys generate complex FE mesh for libmesh. Is there any good open-source software on mesh generation for libmesh? Looking forward to the recommendations. Thanks. Walter --