komahanb / paropt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

ParOpt: A parallel interior-point optimizer


ParOpt is a parallel optimizer for use in general large-scale optimization applications, but is often specifically used for topology and multi-material optimization problems. The optimizer has the capability to handle large numbers of weighting constraints that arise in the parametrization of multi-material problems.

The implementation of the optimizer is in C++ and uses MPI.

ParOpt is released under the terms of the LGPLv3 license.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

License:Other


Languages

Language:C++ 85.3%Language:Python 13.1%Language:Makefile 0.9%Language:C 0.7%