Skip to content

hwangjt/OpenMDAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build status Documentation Status Coverage Status

blue

This is the PRE-ALPHA version of OpenMDAO 2.0 (we have codenamed it 'blue').

Important Note:

While the API is MOSTLY stable, we reserve the right to change things as needed. Production runs should still be done in 1.7.x for now.

We will be making very frequent updates to this code. If you’re going to try it, make sure you pull these updates often

Features of OpenMDAO 1.7.x Not Yet in 2.x

Be aware that this is a PRE-ALPHA. Not all the features of 1.7.x exist in blue yet. Here is a list of things that have not yet been fully developed in 2.x:

  • Case Recording (CSV, HDF5, and dump recording)
  • Pass-by-object variables
  • DOE (Design of Experiment) driver and all other case drivers
  • Parallel Finite Difference
  • File-wrapping utilities
  • File variables
  • Group Finite Difference
  • Complex Step approximation for Component/Group derivatives
  • Parallel Adjoint and Parallel Forward derivative calculation performance speedup
  • Constraint Sparsity specification for Pyoptsparse
  • Active-set constraint calculation disabling
  • Brent Solver
  • Analysis Error handling

Installation Instructions:

Use git to clone the repository:

git clone http://github.com/OpenMDAO/blue

Use pip to install openmdao locally:

cd blue

pip install .

Documentation Building Instructions:

cd openmdao/docs

make all

This will build the docs into openmdao/docs/_build/html.

Then, just open openmdao/docs/_build/html/index.html in a browser to begin.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.4%
  • HTML 20.8%
  • JavaScript 3.4%
  • Other 0.4%