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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterative solvers via lis #145

Merged
merged 13 commits into from
Jun 16, 2023
Merged

Iterative solvers via lis #145

merged 13 commits into from
Jun 16, 2023

Commits on Jun 13, 2023

  1. Add lis src

    TLCFEM committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a579f9d View commit details
    Browse the repository at this point in the history
  2. Add MSVC solution

    TLCFEM committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ee21efb View commit details
    Browse the repository at this point in the history
  3. Ignore lis src

    TLCFEM committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7c8c031 View commit details
    Browse the repository at this point in the history
  4. Add AVX2

    TLCFEM committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    dbf8438 View commit details
    Browse the repository at this point in the history
  5. Enable vectorisation

    TLCFEM committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    00883d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Two flavors

    TLCFEM committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a1ef339 View commit details
    Browse the repository at this point in the history
  2. Add lis based solver

    TLCFEM committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f5c9287 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Fix segfault

    TLCFEM committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    10621cf View commit details
    Browse the repository at this point in the history
  2. Simplify initialiser

    TLCFEM committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1a75d5e View commit details
    Browse the repository at this point in the history
  3. Support for matrix

    TLCFEM committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fcc9830 View commit details
    Browse the repository at this point in the history
  4. Correct definition

    TLCFEM committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    be7c48e View commit details
    Browse the repository at this point in the history
  5. Add lis solver

    TLCFEM committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    eded911 View commit details
    Browse the repository at this point in the history
  6. Add example

    TLCFEM committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9c3444f View commit details
    Browse the repository at this point in the history