In the options (inside gmsh) there should be a setting that specifies what version you want to save your file in...
L -- Luca Heltai <[email protected]> http://people.sissa.it/~heltai/ Scuola Internazionale Superiore di Studi Avanzati Phone: +39 040 3787 449, Office: 732 -- There are no answers, only cross references On Dec 20, 2011, at 3:29 AM, Vijay S. Mahadevan wrote: >>> So apparently, I must convert .msh figure in an old version, but I have>> a >>> no idea how to do so. > > All .msh files generated with GMSH version 2.5* have a version number > as 2.2. For the time being, you can edit your "*.msh" file to change > the version from 2.2 to 2.1. The version bump does not seem to include > many changes to the format itself (except for parallel runs) and > probably your mesh might not be affected in the way it is read in to > the triangulation. > > For a long term fix, perhaps one of the developers could look at > http://geuz.org/gmsh/doc/VERSIONS.txt and modify the data > reader/writer classes accordingly. > > Vijay > On Mon, Dec 19, 2011 at 8:21 PM, Wolfgang Bangerth > <[email protected]> wrote: >> >>> First I want to design my media using GMSH. I think I have succeeded. >>> Unfortunately when I want to implement my media in step-5 (just for a >>> test), my icpc compiler says: >>> >>> The violated condition was: >>> (version >= 2.0) && (version <= 2.1) >>> >>> So apparently, I must convert .msh figure in an old version, but I have >>> a no idea how to do so. >> >> >> I do not know either... >> >> >> >>> Second, I understand how I must impose boundary condition and weak >>> formula within an homogeneous media. However, I don't know how to deal >>> with heterogeneous one? >> >> >> I already answered this off-list: >> >> That shouldn't be very difficult. Take a look at step-5/6 to see an example >> in which the coefficient in the operator is not constant. In your case, you >> will simply want to describe your coefficient in a similar way. >> >> Best >> W. >> >> ------------------------------------------------------------------------ >> Wolfgang Bangerth email: [email protected] >> www: http://www.math.tamu.edu/~bangerth/ >> >> _______________________________________________ >> dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii > _______________________________________________ > dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
