Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated phase.load_case so that it uses the state_xxx_vals API. Specify parent when subproblems are used. #1087

Merged
merged 9 commits into from
Jul 29, 2024

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    c78e47e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. subprobs now setup their parent per openmdao 3.35 upcoming release, b…

    …ut need to test for om version still
    robfalck committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3d51695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e02b4 View commit details
    Browse the repository at this point in the history
  3. Trajectory and Phase now have a sim_prob attribute so that the sim pr…

    …ob can be more easily accessed. Added checks for duplicate problem names when creating a simulation problem, since OpenMDAO forbids duplicate problem names.
    robfalck committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    86329f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afde68b View commit details
    Browse the repository at this point in the history
  5. derp

    robfalck committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    eec2308 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26a332b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. linting

    robfalck committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6bf2636 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Added extra subprob name hash in cases where problem_name collisions …

    …can still occur, as can happen in testing.
    robfalck committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    73a6363 View commit details
    Browse the repository at this point in the history