Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 747 Bytes

baseclasses

Build Status Documentation Status

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 some 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.