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

Eigen system supports shell matrices #14406

Closed
wants to merge 15 commits into from

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    ed8f2ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b49208d View commit details
    Browse the repository at this point in the history
  3. Eigenvalue solver (matrix-free) works with old petsc

    In order to get the best performance, users should use petsc-3.13 or higher
    
    Closes idaholab#7398
    fdkong committed May 18, 2020
    Configuration menu
    Copy the full SHA
    e2aade9 View commit details
    Browse the repository at this point in the history
  4. Make it back-compatible with Rattlesnake

    We will remove EST_MF_MONOLITH_NEWTON once Rattlesnake is updated
    fdkong committed May 18, 2020
    Configuration menu
    Copy the full SHA
    20af4b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80743e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2a4cc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20c2c09 View commit details
    Browse the repository at this point in the history
  8. mooseSlepcEigenFormFunctionAB: Use system update to update solution

    since it is scalable
    fdkong committed May 18, 2020
    Configuration menu
    Copy the full SHA
    f6cc662 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c90e69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e471f73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    528ace0 View commit details
    Browse the repository at this point in the history
  12. Eigenvalue system: Optionally allow users to include eigen kernels in…

    … the preconditioning matrix.
    fdkong committed May 18, 2020
    Configuration menu
    Copy the full SHA
    cbf0b99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9fa3472 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

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