getfem-users
[Top][All Lists]
Advanced

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

[Getfem-users] Problem to load MeshFem with Matlab interface.


From: Ronan Perrussel
Subject: [Getfem-users] Problem to load MeshFem with Matlab interface.
Date: Wed, 27 Oct 2010 18:36:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.14) Gecko/20101006 Lightning/1.0b1 Thunderbird/3.0.9

Dear getfem users,

I have problems for loading a meshfem with the matlab interface when the meshfem has been saved also with the matlab interface.
Does anyone have the same problem?
For instance, if I simply do:
>> m = gfMesh('cartesian', 0:1);
>> mf = gfMeshFem(m);
>> mf.get('save', 'essai.mf');
>> mf2 = gfMeshFem('load', 'essai.mf')
I get the following error messages:
logic_error exception caught
??? Error using ==> gf_matlab
Error in getfem_mesh.cc, line 436 :
Unexpected end of stream while reading mesh

Error in ==> gf_mesh_fem at 55
    [varargout{1:nargout}]=gf_matlab('mesh_fem', varargin{:});

Error in ==> gfMeshFem.gfMeshFem at 16
      m = gf_mesh_fem(a,varargin{:});

Thank you in advance for your suggestions,
Best regards,
Ronan

Attachment: ronan_perrussel.vcf
Description: Vcard


reply via email to

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