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

Configurable linear solver #199

Merged
merged 17 commits into from
Mar 24, 2023
Merged

Configurable linear solver #199

merged 17 commits into from
Mar 24, 2023

Commits on Mar 18, 2023

  1. initial commit, configuration class draft

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    489acd8 View commit details
    Browse the repository at this point in the history
  2. added class files

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    db05e7f View commit details
    Browse the repository at this point in the history
  3. addressed code smells

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    28dc685 View commit details
    Browse the repository at this point in the history
  4. passing configuration class from simulation to mnasolver-factory now

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    714bbb3 View commit details
    Browse the repository at this point in the history
  5. switched default scaling to max scaling

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    4d4dfe9 View commit details
    Browse the repository at this point in the history
  6. improved implementation

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    310a4a5 View commit details
    Browse the repository at this point in the history
  7. implemented python bindings and logging

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    64d5bd1 View commit details
    Browse the repository at this point in the history
  8. added python bindings for logging

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    3666a37 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. changed default KLU scaling method to max scaling for enhanced numeri…

    …cal stability
    
    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    9cda255 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. addressed code smells

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b8a9838 View commit details
    Browse the repository at this point in the history
  2. fixed compilation error

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d5d52a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. addressed pull request comments

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    822e987 View commit details
    Browse the repository at this point in the history
  2. addressed pull request comments and fixed minor issues

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    060773a View commit details
    Browse the repository at this point in the history
  3. corrected klu logger constructor

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7208e52 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. addressed pull request comments and processed default configuration o…

    …ptions
    
    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    962df1e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. addressed further pull request comments

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5dd7f3d View commit details
    Browse the repository at this point in the history
  2. fixed KLUAdapter constructor implementation

    Signed-off-by: Lennart Schumacher <[email protected]>
    Lennart Schumacher committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6eb08b1 View commit details
    Browse the repository at this point in the history