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

Parallel #16

Merged
merged 38 commits into from
Nov 16, 2023
Merged

Parallel #16

merged 38 commits into from
Nov 16, 2023

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    1d8d4bb View commit details
    Browse the repository at this point in the history
  2. Fix numbering

    Previously I would approach numbering by reordering the layout data.
    This would almost give the right thing but I wasn't actually changing
    the order that I was iterating over, say, cells. This is  completely
    wrong and I actually need to iterate over the cells according to their
    new numbering.
    
    The main implication of this is whenever I now handle dmplex queries I
    need to transform things using the numbering as a map.
    connorjward committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3f1d49b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    5ce34da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483212d View commit details
    Browse the repository at this point in the history
  3. All tests passing

    connorjward committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    cd207c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de92594 View commit details
    Browse the repository at this point in the history
  5. fixup

    connorjward committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c75325f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fixup

    connorjward committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9bf9c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c3b49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b65b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    271fbbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e1a698 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca929b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix petscmat test

    connorjward committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    65bd328 View commit details
    Browse the repository at this point in the history
  2. fixup

    connorjward committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6ccfa5c View commit details
    Browse the repository at this point in the history
  3. FINALLY, all tests pass

    connorjward committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    91886c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    427ddc6 View commit details
    Browse the repository at this point in the history
  2. Oh... that was easy...

    connorjward committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8c8c5e6 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    connorjward committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a463d49 View commit details
    Browse the repository at this point in the history
  4. cleanup

    connorjward committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6b7b1af View commit details
    Browse the repository at this point in the history
  5. Slight performance boost

    connorjward committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    14ba8ce View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    41b4b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff5d55c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6885967 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81953ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a190f0 View commit details
    Browse the repository at this point in the history
  6. cleanup

    connorjward committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    dd1fa07 View commit details
    Browse the repository at this point in the history
  7. All tests pass

    connorjward committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8ec3637 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    4738673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    594032c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    9cbe1ce View commit details
    Browse the repository at this point in the history
  2. WIP, tests failing because I am collecting arguments badly, need to h…

    …andle context sensitive
    connorjward committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5dcdc4f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    6a9856c View commit details
    Browse the repository at this point in the history
  2. All tests passing

    connorjward committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6e9c50d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9adb6fe View commit details
    Browse the repository at this point in the history
  4. Fix things and add tests

    connorjward committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d2202e5 View commit details
    Browse the repository at this point in the history