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

Simple linear-solver optimize #283

Merged
merged 28 commits into from
Jun 22, 2024
Merged

Simple linear-solver optimize #283

merged 28 commits into from
Jun 22, 2024

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. removed partial assembly if's where partial assembly is not supported…

    …. However, setting partial assembly to true is slightly slower
    Sigfried Haering committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    054a075 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. lin-solve options pushed to hpp

    Sigfried Haering committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    99debba View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. adding more AMG optimizations

    Sigfried Haering committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7355979 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dev-simpleOptimize

    recent fix on main
    Sigfried Haering committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    296174d View commit details
    Browse the repository at this point in the history
  3. enforce style

    Sigfried Haering committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    00bebc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. changing default tolerances back to previous values

    Sigfried Haering committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2139a06 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. additional tolerance controls for cal-perf and updated ref soln to he…

    …atedBox
    Sigfried Haering committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b77e854 View commit details
    Browse the repository at this point in the history
  2. enforce style

    Sigfried Haering committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f202b72 View commit details
    Browse the repository at this point in the history
  3. fixed issure with SOR weight on helmholtz solve

    Sigfried Haering committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    31f8fca View commit details
    Browse the repository at this point in the history
  4. enforce style

    Sigfried Haering committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    eb376c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix issue with smoother weight on mass inverse

    Sigfried Haering committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    af6845f View commit details
    Browse the repository at this point in the history
  2. fixes to options according to hypre guidance (HYPRE_BoomerAMGSetMaxIt…

    …er as a precon) and apparent smoother relax weight not functioning as intended
    Sigfried Haering committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2a03e52 View commit details
    Browse the repository at this point in the history
  3. max iters for amg precon set to 1, updates to input files for two tes…

    …ts and reduced rel tol
    Sigfried Haering committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5f6d088 View commit details
    Browse the repository at this point in the history
  4. further reduing tolerance on lomach-flow tests

    Sigfried Haering committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4d8e970 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. further reduction in test tols

    Sigfried Haering committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fb5ee8d View commit details
    Browse the repository at this point in the history
  2. raised rel. tol to 1e-10

    Sigfried Haering committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e1c6226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0486e55 View commit details
    Browse the repository at this point in the history
  4. collected default solver tols to single defaults

    Sigfried Haering committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d3d1082 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. further solver setting tweaks, reduced test tols

    Sigfried Haering committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d2744cc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 20, 2024

  1. upped default tolerances and switched default NI to off

    Sigfried Haering committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    099782e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. switched tolerances of test checks to be consitent with default lin-s…

    …ol tol and replacing ref soln. numerical-integ defaults to false now
    Sigfried Haering committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6d3c610 View commit details
    Browse the repository at this point in the history
  2. enforce style

    Sigfried Haering committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b0b914e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1e562 View commit details
    Browse the repository at this point in the history
  4. updated sponge ref soln, reduced tol of axi-symm arans test, and remo…

    …ved a leftover ref sol copy line
    Sigfried Haering committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ac9fd5d View commit details
    Browse the repository at this point in the history
  5. update pipe arans soln and reduced sponge test tol

    Sigfried Haering committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4de93a5 View commit details
    Browse the repository at this point in the history