Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.23 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.23 KB

baseclasses

PyPI conda Build Status Documentation Status codecov

baseclasses contains, well, base classes that are used together with the rest of MDO Lab tools. It includes the various problems to be defined by the user in order to perform certain analyses, such as

  • AeroProblem
  • StructProblem
  • AeroStructProblem

It also contains some class definitions shared by various solvers, such as AeroSolver. Finally, it also contains a class, BaseRegTest, which is used as part of the testing toolchain.