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
d9bef6dd
Commit
d9bef6dd
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
better -convert
parent
f840ee44
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Common/CommandLine.cpp
+3
-4
3 additions, 4 deletions
Common/CommandLine.cpp
doc/VERSIONS
+2
-2
2 additions, 2 deletions
doc/VERSIONS
with
5 additions
and
6 deletions
Common/CommandLine.cpp
+
3
−
4
View file @
d9bef6dd
// $Id: CommandLine.cpp,v 1.2
6
2004-02-05 16:5
3:58
geuzaine Exp $
// $Id: CommandLine.cpp,v 1.2
7
2004-02-05 16:5
7:43
geuzaine Exp $
//
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -93,7 +93,7 @@ void Print_Usage(char *name){
...
@@ -93,7 +93,7 @@ void Print_Usage(char *name){
Msg
(
DIRECT
,
" -link int select link mode between views (default: 0)"
);
Msg
(
DIRECT
,
" -link int select link mode between views (default: 0)"
);
Msg
(
DIRECT
,
" -smoothview smooth views"
);
Msg
(
DIRECT
,
" -smoothview smooth views"
);
Msg
(
DIRECT
,
" -combine combine input views into multi time step ones"
);
Msg
(
DIRECT
,
" -combine combine input views into multi time step ones"
);
Msg
(
DIRECT
,
" -convert file file convert a
n ascii view
into
a
binary
one
"
);
Msg
(
DIRECT
,
" -convert file file convert a
ll views in a file
into binary
views
"
);
Msg
(
DIRECT
,
"Display options:"
);
Msg
(
DIRECT
,
"Display options:"
);
Msg
(
DIRECT
,
" -nodb disable double buffering"
);
Msg
(
DIRECT
,
" -nodb disable double buffering"
);
Msg
(
DIRECT
,
" -fontsize int specify the font size for the GUI (default: 12)"
);
Msg
(
DIRECT
,
" -fontsize int specify the font size for the GUI (default: 12)"
);
...
@@ -270,8 +270,7 @@ void Get_Options(int argc, char *argv[], int *nbfiles)
...
@@ -270,8 +270,7 @@ void Get_Options(int argc, char *argv[], int *nbfiles)
argv
[
i
+
1
],
1
,
j
?
1
:
0
);
argv
[
i
+
1
],
1
,
j
?
1
:
0
);
}
}
else
else
fprintf
(
stderr
,
"Usage: %s -convert ViewFile BinaryViewFile
\n
"
,
fprintf
(
stderr
,
"Usage: %s -convert file file
\n
"
,
argv
[
0
]);
argv
[
0
]);
exit
(
1
);
exit
(
1
);
}
}
else
if
(
!
strcmp
(
argv
[
i
]
+
1
,
"old"
))
{
else
if
(
!
strcmp
(
argv
[
i
]
+
1
,
"old"
))
{
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
2
−
2
View file @
d9bef6dd
$Id: VERSIONS,v 1.18
2
2004-0
1-29 22:04:0
3 geuzaine Exp $
$Id: VERSIONS,v 1.18
3
2004-0
2-05 16:57:4
3 geuzaine Exp $
New since 1.50: initial support for visualizing mesh partitions;
New since 1.50: initial support for visualizing mesh partitions;
integrated version 2.0 of the MSH mesh file format; new option to
integrated version 2.0 of the MSH mesh file format; new option to
compute post-processing ranges (min/max) per time step; Multiple views
compute post-processing ranges (min/max) per time step; Multiple views
can now be combined into multi time step ones (e.g. for programs that
can now be combined into multi time step ones (e.g. for programs that
generate data one time step at a time); new syntax: #var[] returns the
generate data one time step at a time); new syntax: #var[] returns the
size of the list var[];
size of the list var[];
enhanced "gmsh -convert";
New in 1.50: small changes to the visibility browser + made visibility
New in 1.50: small changes to the visibility browser + made visibility
scriptable (new Show/Hide commands); fixed (rare) crash when deleting
scriptable (new Show/Hide commands); fixed (rare) crash when deleting
...
...
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