[Gmsh] GSHHS Plugin in Gmsh

Xiaoyu Liu xyliu1990 at gmail.com
Tue Oct 30 17:11:25 CET 2012


Dear All,

Sorry to bother you..
I am a new bird in learning how to use Gmsh. I tried to follow the tutorial
below to import the coastline and mesh it,
http://perso.uclouvain.be/jonathan.lambrechts/gmsh_ocean/

However, I obtained the domain.geo file with only two points...
----------------------------------------------------------------------
IP = newp;
IL = newl;
ILL = newll;
IS = news;
IFI = newf;
Point ( IP + 0 ) = {0, 0, 0 };
Point ( IP + 1 ) = {0, 0,6.37101e+006};
PolarSphere ( IS + 0 ) = {IP , IP+1};
Field [ IFI + 0]  = Attractor;
Field [ IFI + 0].NodesList  = { IP + 2 : IP + 1 };
----------------------------------------------------------------------
I am using Gmsh-2.6.2-Windows and GSHHS data version 2.2.0

Could you please help me with this? Thank you very much!

-- 
Best wishes!

Sincerely yours,
David Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20121030/25d6ee72/attachment.html>