>> 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
