Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
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
documentation
website
Commits
327f954b
Commit
327f954b
authored
6 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
up
parent
4b5fe9c6
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
onelab.html
+1
-1
1 addition, 1 deletion
onelab.html
optlab/optlab.html
+11
-10
11 additions, 10 deletions
optlab/optlab.html
with
12 additions
and
11 deletions
onelab.html
+
1
−
1
View file @
327f954b
...
@@ -73,7 +73,7 @@ or not) can be easily interfaced as well.
...
@@ -73,7 +73,7 @@ or not) can be easily interfaced as well.
<ul>
<ul>
<li>
Desktop version: go to the
<code>
File/Open
</code>
menu and select a
<li>
Desktop version: go to the
<code>
File/Open
</code>
menu and select a
GetDP
<code>
.pro
</code>
file,
GetDP
<code>
.pro
</code>
file,
e.g.
<code>
models/Magnetometer/
magnetometer.pro
</code>
e.g.
<code>
models/Magnetometer/
<a
href=
"https://gitlab.onelab.info/doc/models/blob/master/Magnetometer/magnetometer.pro"
>
magnetometer.pro"
</a>
</code>
<li>
Mobile version: select one of the preloaded models
<li>
Mobile version: select one of the preloaded models
</ul>
</ul>
<li>
Press
<code>
Run
</code>
<li>
Press
<code>
Run
</code>
...
...
This diff is collapsed.
Click to expand it.
optlab/optlab.html
+
11
−
10
View file @
327f954b
...
@@ -35,31 +35,32 @@
...
@@ -35,31 +35,32 @@
OPTLAB (OPTimization LABoratory) is a framework for formulating and solving
OPTLAB (OPTimization LABoratory) is a framework for formulating and solving
large-scale, nonlinear constrained optimization problems in an efficient and
large-scale, nonlinear constrained optimization problems in an efficient and
portable manner. The default algorithm provided by OPTLAB is the method of
portable manner. The default algorithm provided by OPTLAB is the method of
moving asymptotes (MMA)
<a
href=
"#1"
><sup>
1
</sup></a>
, implemented for both
moving asymptotes (MMA)
<a
href=
"#1"
><sup>
1
</sup></a>
, implemented
shared and distributed (MPI) memory architectures
using
<a
href=
"http://www.mcs.anl.gov/petsc"
>
PETSc
</a>
.
using
<a
href=
"http://www.mcs.anl.gov/petsc"
>
PETSc
</a>
.
</p>
</p>
<p>
<p>
OPTLAB is Copyright (c) 2018, E. Kuci, C. Geuzaine and P. Duysinx, University
OPTLAB is Copyright (c) 2018, E. Kuci, C. Geuzaine and P. Duysinx,
<a
href=
"https://www.uliege.be"
>
University
of Li
è
ge.
of Li
è
ge
</a>
.
</p>
</p>
<h2>
Quick start
</h2>
<h2>
Quick start
</h2>
<p>
<p>
OPTLAB is distributed as part of the ONELAB software bundle to solve large
OPTLAB is distributed as part of the
<a
href=
"http://onelab.info"
>
ONELAB
</a>
scale finite element shape or topology optimization problems, using both
software bundle to solve large scale finite element shape or topology
direct and adjoint formulations
<a
href=
"#2"
><sup>
2
</sup></a>
. To test OPTLAB:
optimization problems, using both direct and adjoint
formulations
<a
href=
"#2"
><sup>
2
</sup></a>
. To test OPTLAB:
</p>
</p>
<ol>
<ol>
<li>
Dowload the
<a
href=
"http://onelab.info"
>
ONELAB software bundle
</a>
<li>
Dowload the
<a
href=
"http://onelab.info"
>
ONELAB software bundle
</a>
<li>
Launch the app
<img
src=
"http://geuz.org/gmsh/gallery/icon.png"
height=
20px
>
<li>
Launch the app
<img
src=
"http://geuz.org/gmsh/gallery/icon.png"
height=
20px
>
<li>
Open
<code>
tutorials/optlab/Team25/shape.py
</code>
or
<code>
tutorials/optlab/Lbracket/topo.py
</code>
<li>
Open
<code>
tutorials/optlab/Team25/
<a
href=
"https://gitlab.onelab.info/optlab/tutorials/blob/master/Team25/shape.py"
>
shape.py
</a></code>
or
<code>
tutorials/optlab/Lbracket/
<a
href=
"https://gitlab.onelab.info/optlab/tutorials/blob/master/Lbracket/topo.py"
>
topo.py
</a></code>
<li>
Press
<code>
Run
</code>
<li>
Press
<code>
Run
</code>
</ol>
</ol>
<p>
<p>
This assumes that you have a working Python installation on your computer,
This assumes that you have a working
<a
href=
"http://python.org"
>
Python
</a>
installation on your computer,
including the
<
code>
numpy
</code
>
package.
including the
<
a
href=
"http://numpy.org"
>
NumPy
</a
>
package.
</p>
</p>
<h2>
OPTLAB Software Development Kit
</h2>
<h2>
OPTLAB Software Development Kit
</h2>
...
...
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