Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
3866c6ac
Commit
3866c6ac
authored
17 years ago
by
Jean-François Remacle
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
1ffc921f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Plugin/Makefile
+2
-2
2 additions, 2 deletions
Plugin/Makefile
demos/gen_earth_100km.geo
+36
-0
36 additions, 0 deletions
demos/gen_earth_100km.geo
with
38 additions
and
2 deletions
Plugin/Makefile
+
2
−
2
View file @
3866c6ac
# $Id: Makefile,v 1.15
4
2008-03-18 11:3
3:0
8 remacle Exp $
# $Id: Makefile,v 1.15
5
2008-03-18 11:3
5:2
8 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
\
...
...
This diff is collapsed.
Click to expand it.
demos/gen_earth_100km.geo
0 → 100644
+
36
−
0
View file @
3866c6ac
// 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
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment