getfem-users
[Top][All Lists]
Advanced

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

Re: [Getfem-users] Bus error when exporting mesh_fem (but computations a


From: Sébastien Janas
Subject: Re: [Getfem-users] Bus error when exporting mesh_fem (but computations are OK !)
Date: Wed, 30 Mar 2011 11:56:33 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; fr; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

I have the privilege because I can do something like that

***************************************************

std::fstream f("solution.U",std::ios::out);
f << "test";

***************************************************

which works perfectly.

For the ressources, I can export bigger mesh (imported from gmsh for exemple), 
so it must be OK.

I don't understand what happens...




Le 30/03/11 11:40, Roman Putanowicz a écrit :
Hi,

I use a simple 1D mesh which works well for computations, but I
can't export it.
***************************************************
but when I want to export it with something like
***************************************************
mf.write_to_file("solution.mf", true);
***************************************************

I always get a Bus error.

Can somebody spot the trick ?
I have run your program without any error. I think
the problem is outside of GetFEM and related to your
operating system. For instance, do you have enough
resources and privileges to save the file in the
specified location ?

Regards,

Roman




reply via email to

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