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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
23b8b7f5
Commit
23b8b7f5
authored
Dec 8, 2000
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
3ca56533
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
demos/demo-01.geo
+3
-0
3 additions, 0 deletions
demos/demo-01.geo
demos/demo-02.geo
+3
-3
3 additions, 3 deletions
demos/demo-02.geo
demos/demo-14.geo
+1
-7
1 addition, 7 deletions
demos/demo-14.geo
with
7 additions
and
10 deletions
demos/demo-01.geo
+
3
−
0
View file @
23b8b7f5
...
...
@@ -85,6 +85,9 @@ Physical Surface(9999) = {6};
If you want modifications made to one view to affect also all
other views, select the appropriate option in Options->Post-Processing
All the options can also be specified in the input files. You can save the
current options with File->Save Options as
*/
...
...
This diff is collapsed.
Click to expand it.
demos/demo-02.geo
+
3
−
3
View file @
23b8b7f5
...
...
@@ -37,9 +37,9 @@ Volume(10023) = {10022};
Physical
Volume
(
1
)
=
{
41
}
;
/* README: You can also specify options in the file. For example, this
redefines the color of geometry points. Click on the '?' button in
the
main window,
print the file in 'geo' format, or add '-0' on the command
line to
get the full list of available options. */
redefines the color of geometry points. Click on the '?' button in
the
main window,
or save the options with File->Save Options as to
get the full list of available options. */
General
.
Rotation0
=
10
;
General
.
Color
.
Background
=
Red
;
...
...
This diff is collapsed.
Click to expand it.
demos/demo-14.geo
+
1
−
7
View file @
23b8b7f5
...
...
@@ -6,13 +6,7 @@
All important comments are marked with "README"
*/
Options
{
Mesh
{
Algorithm
=
2
;
// This is the new 2D anisotropic algorithm
}
}
Mesh
.
Algorithm
=
2
;
// This is the new 2D anisotropic algorithm
lc
=
.1
;
...
...
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