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

GMRES Tutorial #143

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

GMRES Tutorial #143

wants to merge 11 commits into from

Commits on Nov 12, 2024

  1. WIP GMRES example

    ajnonaka committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4814704 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. progress

    ajnonaka committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d44c77a View commit details
    Browse the repository at this point in the history
  2. unused variables

    ajnonaka committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7fd891b View commit details
    Browse the repository at this point in the history
  3. compiles but generates NaNs

    ajnonaka committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    afee2f5 View commit details
    Browse the repository at this point in the history
  4. fixes

    ajnonaka committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fff3616 View commit details
    Browse the repository at this point in the history
  5. no more NaNs at least 🤷

    ajnonaka committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5c678a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. multifab specific routines

    ajnonaka committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c1b8ae0 View commit details
    Browse the repository at this point in the history
  2. seems to work

    ajnonaka committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    62cac5e View commit details
    Browse the repository at this point in the history
  3. trailing whitespace

    ajnonaka committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f0fd9bd View commit details
    Browse the repository at this point in the history
  4. fix header guard

    ajnonaka committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1676eb6 View commit details
    Browse the repository at this point in the history
  5. fix comments

    ajnonaka committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    112d2f9 View commit details
    Browse the repository at this point in the history