Skip to content
Snippets Groups Projects
Commit 3866c6ac authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent 1ffc921f
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.154 2008-03-18 11:33:08 remacle Exp $ # $Id: Makefile,v 1.155 2008-03-18 11:35:28 remacle Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -44,7 +44,7 @@ SRC = Plugin.cpp PluginManager.cpp\ ...@@ -44,7 +44,7 @@ SRC = Plugin.cpp PluginManager.cpp\
Skin.cpp\ Skin.cpp\
Extract.cpp ExtractElements.cpp ExtractEdges.cpp\ Extract.cpp ExtractElements.cpp ExtractEdges.cpp\
MakeSimplex.cpp\ MakeSimplex.cpp\
Evaluate.cpp FieldView.cpp GSHHS.cpp\ Evaluate.cpp FieldView.cpp GSHHS.cpp GeoEarthImport.cpp\
Integrate.cpp Gradient.cpp Curl.cpp Divergence.cpp\ Integrate.cpp Gradient.cpp Curl.cpp Divergence.cpp\
Annotate.cpp Remove.cpp\ Annotate.cpp Remove.cpp\
Probe.cpp\ Probe.cpp\
......
// you need gshhs data file, available on ftp://ftp.soest.hawaii.edu/pwessel/gshhs/gshhs_1.6.zip
Field[1] = MathEval;
Field[1].F= "100e3";
Plugin(GSHHS).iField=1;
Plugin(GSHHS).InFileName="gshhs_c.b";
Plugin(GSHHS).OutFileName="earth_100km.geo";
Plugin(GSHHS).Run;
Merge "earth_100km.geo";
Field[3] = Threshold;
Field[3].LcMin = 100e3;
Field[3].LcMax = 300e3;
Field[3].DistMax = 1000e3;
Field[3].DistMin = 300e3;
Field[3].IField = 2;
Background Field = 3;
Background Field = 2;
Background Field = 3;
Background Field = 1;
Background Field = 2;
Background Field = 3;
Background Field = 2;
Background Field = 2;
Background Field = 2;
Background Field = 2;
Background Field = 3;
Background Field = 2;
Background Field = -1;
Background Field = 3;
Background Field = 1;
Background Field = 2;
Background Field = 3;
Background Field = 2;
Background Field = 1;
Background Field = 2;
Background Field = -1;
Background Field = 3;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment