getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] importing a mesh


From: Juan D'Adamo
Subject: [Getfem-users] importing a mesh
Date: Thu, 18 Mar 2010 12:09:46 -0300

Hello,

I have a problem importing a mesh from GiD. I have these two files

http://materias.fi.uba.ar/6718/getfem/pruebafem.GiD.msh
http://materias.fi.uba.ar/6718/getfem/re125.GiD.msh

and I'm able to import the first of them but it fails trying to import the second. I can't figure out where the problem comes from because the two files seem to have the same format to me. (the first one was generated by GiD for linux 9.1 the second one by GiD 7.2 for Win, now I'm only able to use Win version)
Thanks for your help,
greetings

Juan


 m=gf_mesh('import','gid','re125.GiD.msh');

logic_error exception caught
??? Error using ==> gf_matlab
Error in getfem_import.cc, line 517 :
error while importing gid mesh file
"/home/juan/cfd/cfd_adfc/re125.GiD.msh" : basic_ios::clear

Error in ==> gf_mesh at 76
    [varargout{1:nargout}]=gf_matlab('mesh',varargin{:});


reply via email to

[Prev in Thread] Current Thread [Next in Thread]