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

Cleanup the code significantly, and add support for internal conditions and systems #44

Merged
merged 56 commits into from
Sep 10, 2023

Commits on Sep 2, 2023

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

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    2f5d586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a14a3 View commit details
    Browse the repository at this point in the history
  3. Put into files

    DanielVandH committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ed6a1d8 View commit details
    Browse the repository at this point in the history
  4. Remove the big script

    DanielVandH committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b45524b View commit details
    Browse the repository at this point in the history
  5. Store

    DanielVandH committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    21f41b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Add constrained BC types

    DanielVandH committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d0699f7 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    DanielVandH committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e8ffee7 View commit details
    Browse the repository at this point in the history
  3. Some more cleaning

    DanielVandH committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    05593ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73ee0e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0ae711 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    84cf880 View commit details
    Browse the repository at this point in the history
  2. Skip over compatibility checks for boundary conditions and just be sm…

    …arter with the contribution order
    DanielVandH committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bf361ef View commit details
    Browse the repository at this point in the history
  3. Testing conditions

    DanielVandH committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    61e0e02 View commit details
    Browse the repository at this point in the history
  4. Other fixes

    DanielVandH committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5e4c308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03a73a9 View commit details
    Browse the repository at this point in the history
  6. Prepare for new docs

    DanielVandH committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c1bd937 View commit details
    Browse the repository at this point in the history
  7. Interface docs

    DanielVandH committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    98d7cba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9917c6 View commit details
    Browse the repository at this point in the history
  9. More frames

    DanielVandH committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5b8a755 View commit details
    Browse the repository at this point in the history
  10. Maybe

    DanielVandH committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    db5cafc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfa7b5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    62fbebc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Some better helper functions, improved tests, and some more doc progr…

    …ess. Also remove all wrappers.
    DanielVandH committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    37b40e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Boundary edge fluxes

    DanielVandH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2402f9f View commit details
    Browse the repository at this point in the history
  2. Missing type defs

    DanielVandH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    94d723b View commit details
    Browse the repository at this point in the history
  3. temp

    DanielVandH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4a23b24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a5e35f View commit details
    Browse the repository at this point in the history
  5. Helmholtz example

    DanielVandH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f40112c View commit details
    Browse the repository at this point in the history
  6. Laplace's equation

    DanielVandH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    727f3fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1560fbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7081983 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a437a9 View commit details
    Browse the repository at this point in the history
  10. System of PDEs

    DanielVandH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1d55ece View commit details
    Browse the repository at this point in the history
  11. Delete old

    DanielVandH committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e022c28 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d95a97a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Grat-Scott example

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    916a872 View commit details
    Browse the repository at this point in the history
  2. Remove axis

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    3abb250 View commit details
    Browse the repository at this point in the history
  3. Storing

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    1fa7e22 View commit details
    Browse the repository at this point in the history
  4. Mean exit time

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    ddc38ba View commit details
    Browse the repository at this point in the history
  5. Changes

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    7c37b3b View commit details
    Browse the repository at this point in the history
  6. Maze solution

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    fa9793f View commit details
    Browse the repository at this point in the history
  7. Deps

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c2a011e View commit details
    Browse the repository at this point in the history
  8. Remove DAEs

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    8babdc4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d76f69 View commit details
    Browse the repository at this point in the history
  10. Cyclic

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    7969ae1 View commit details
    Browse the repository at this point in the history
  11. Keller-Segel model

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    42569bb View commit details
    Browse the repository at this point in the history
  12. Bad test

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    81a1f80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8707215 View commit details
    Browse the repository at this point in the history
  14. Merge

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    1a11dfc View commit details
    Browse the repository at this point in the history
  15. Fix path

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    a624f4c View commit details
    Browse the repository at this point in the history
  16. Manual

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    f2020d9 View commit details
    Browse the repository at this point in the history
  17. manual

    DanielVandH committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    d5d534b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Dep

    DanielVandH committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4e84b42 View commit details
    Browse the repository at this point in the history
  2. Allow single functions

    DanielVandH committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    60d7421 View commit details
    Browse the repository at this point in the history