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


_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to