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

Neutral viscosity bugfix #41

Merged
merged 9 commits into from
Jul 14, 2023
Merged

Neutral viscosity bugfix #41

merged 9 commits into from
Jul 14, 2023

Commits on May 30, 2023

  1. Bumped version

    Bill Meyer committed May 30, 2023
    Configuration menu
    Copy the full SHA
    21e385f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa0215 View commit details
    Browse the repository at this point in the history
  3. Fix to test template.

    llnl-fesp committed May 30, 2023
    Configuration menu
    Copy the full SHA
    56f8cc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Merge pull request #36 from LLNL/master

    Merging GitHub Actions workflow into develop
    holm10 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3a74806 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merged with master

    llnl-fesp committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dd3e4ee View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request #40 from LLNL/master

    Consolidate version checking from master
    holm10 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e19c260 View commit details
    Browse the repository at this point in the history
  2. Neutral viscosity bugfix

    Fixed bug in neutral viscosity loop
    - Do loop ended at radial index ny rather than ny+1
    - Changes affect the Jacobian calculation
    - Does not affect the full RHS evaluation
    - Bug should not affect the steady-state solution
    - Bugfix should improve convergence behavior to steady-state
    holm10 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5622339 View commit details
    Browse the repository at this point in the history
  3. Updated version number

    holm10 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    874c0c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31924da View commit details
    Browse the repository at this point in the history