Skip to content
Snippets Groups Projects
Commit 327f954b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

up

parent 4b5fe9c6
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
...@@ -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&egrave;ge. of Li&egrave;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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment