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
00d5aaa2
Commit
00d5aaa2
authored
15 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
2a1fd40f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Common/StringUtils.cpp
+1
-1
1 addition, 1 deletion
Common/StringUtils.cpp
doc/VERSIONS.txt
+3
-2
3 additions, 2 deletions
doc/VERSIONS.txt
doc/texinfo/opt_plugin.texi
+3
-3
3 additions, 3 deletions
doc/texinfo/opt_plugin.texi
doc/texinfo/opt_solver.texi
+25
-0
25 additions, 0 deletions
doc/texinfo/opt_solver.texi
with
32 additions
and
6 deletions
Common/StringUtils.cpp
+
1
−
1
View file @
00d5aaa2
...
@@ -82,7 +82,7 @@ std::string FixRelativePath(std::string reference, std::string in)
...
@@ -82,7 +82,7 @@ std::string FixRelativePath(std::string reference, std::string in)
return
in
;
return
in
;
}
}
else
{
else
{
// append 'in' to the path of the
pa
ren
t
file
// append 'in' to the path of the
refe
ren
ce
file
std
::
vector
<
std
::
string
>
split
=
SplitFileName
(
reference
);
std
::
vector
<
std
::
string
>
split
=
SplitFileName
(
reference
);
return
split
[
0
]
+
in
;
return
split
[
0
]
+
in
;
}
}
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
3
−
2
View file @
00d5aaa2
$Id: VERSIONS.txt,v 1.5
7
2009-08-3
0
15:1
0:4
6 geuzaine Exp $
$Id: VERSIONS.txt,v 1.5
8
2009-08-3
1
1
6:5
5:16 geuzaine Exp $
2.4.1 (Aug 31, 2009): fixed surface mesh orientation bug introduced in
2.4.1 (Aug 31, 2009): fixed surface mesh orientation bug introduced in
2.4.0; code refactoring and small bug fixes.
2.4.0; mesh and graphics code refactoring, small usability
enhancements and bug fixes.
2.4.0 (Aug 22, 2009): switched build system to CMake; optionally copy
2.4.0 (Aug 22, 2009): switched build system to CMake; optionally copy
transfinite mesh contraints during geometry transformations; bumped
transfinite mesh contraints during geometry transformations; bumped
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_plugin.texi
+
3
−
3
View file @
00d5aaa2
...
@@ -585,10 +585,10 @@ Default value: @code{0}
...
@@ -585,10 +585,10 @@ Default value: @code{0}
Default value: @code{0}
Default value: @code{0}
@item ComputeGenerators
@item ComputeGenerators
Default value: @code{1}
Default value: @code{1}
@item ComputeThickCuts
@item ComputeDualGenerators
Default value: @code{0}
@item ComputeBettiNumbers
Default value: @code{0}
Default value: @code{0}
@item OmitDimensions
Default value: @code{1}
@end table
@end table
@item Plugin(Integrate)
@item Plugin(Integrate)
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_solver.texi
+
25
−
0
View file @
00d5aaa2
...
@@ -28,6 +28,11 @@ System command to launch solver 0 (should not contain the `&' character)@*
...
@@ -28,6 +28,11 @@ System command to launch solver 0 (should not contain the `&' character)@*
Default value: @code{"getdp"}@*
Default value: @code{"getdp"}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Solver.InputName0
Default input file name for solver 0@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Extension0
@item Solver.Extension0
Default file name extension for solver 0@*
Default file name extension for solver 0@*
Default value: @code{".pro"}@*
Default value: @code{".pro"}@*
...
@@ -148,6 +153,11 @@ System command to launch solver 1 (should not contain the `&' character)@*
...
@@ -148,6 +153,11 @@ System command to launch solver 1 (should not contain the `&' character)@*
Default value: @code{""}@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Solver.InputName1
Default input file name for solver 1@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Extension1
@item Solver.Extension1
Default file name extension for solver 1@*
Default file name extension for solver 1@*
Default value: @code{""}@*
Default value: @code{""}@*
...
@@ -268,6 +278,11 @@ System command to launch solver 2 (should not contain the `&' character)@*
...
@@ -268,6 +278,11 @@ System command to launch solver 2 (should not contain the `&' character)@*
Default value: @code{""}@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Solver.InputName2
Default input file name for solver 2@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Extension2
@item Solver.Extension2
Default file name extension for solver 2@*
Default file name extension for solver 2@*
Default value: @code{""}@*
Default value: @code{""}@*
...
@@ -388,6 +403,11 @@ System command to launch solver 3 (should not contain the `&' character)@*
...
@@ -388,6 +403,11 @@ System command to launch solver 3 (should not contain the `&' character)@*
Default value: @code{""}@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Solver.InputName3
Default input file name for solver 3@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Extension3
@item Solver.Extension3
Default file name extension for solver 3@*
Default file name extension for solver 3@*
Default value: @code{""}@*
Default value: @code{""}@*
...
@@ -508,6 +528,11 @@ System command to launch solver 4 (should not contain the `&' character)@*
...
@@ -508,6 +528,11 @@ System command to launch solver 4 (should not contain the `&' character)@*
Default value: @code{""}@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Solver.InputName4
Default input file name for solver 4@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Extension4
@item Solver.Extension4
Default file name extension for solver 4@*
Default file name extension for solver 4@*
Default value: @code{""}@*
Default value: @code{""}@*
...
...
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