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

Add damping force and allow selecting the faces to create for the rectangular setup #41

Merged
merged 59 commits into from
Jan 14, 2023

Commits on Dec 14, 2022

  1. missing dependency

    svchb committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0fb2bb7 View commit details
    Browse the repository at this point in the history
  2. revert

    svchb committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fbb2846 View commit details
    Browse the repository at this point in the history
  3. add vtk save

    svchb committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c856745 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    7ff2167 View commit details
    Browse the repository at this point in the history
  2. add examples project definition

    svchb committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f94103c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e4cd3 View commit details
    Browse the repository at this point in the history
  4. add damping force

    svchb committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f44849f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. add some more output

    svchb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3c0bf75 View commit details
    Browse the repository at this point in the history
  2. set damping coefficient

    svchb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a59054e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

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

Commits on Dec 19, 2022

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

Commits on Dec 20, 2022

  1. select faces to create

    svchb committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    784b2ef View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

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

Commits on Jan 2, 2023

  1. merge upstream

    svchb committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    10c070e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into main

    svchb committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    e79f9ff View commit details
    Browse the repository at this point in the history
  3. merge

    svchb committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    e0955b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4cd9be View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. fix 3d case

    svchb committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e0eda5f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. update examples

    svchb committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4b3ed24 View commit details
    Browse the repository at this point in the history
  2. update examples

    svchb committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c796bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73195d9 View commit details
    Browse the repository at this point in the history
  4. revert unintended change

    svchb committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    45af485 View commit details
    Browse the repository at this point in the history
  5. merge main

    svchb committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    434d1ee View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. incorporate changes from review

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6e49469 View commit details
    Browse the repository at this point in the history
  2. add documentation

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2332bf1 View commit details
    Browse the repository at this point in the history
  3. feedback from review

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5aa1f56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9b24d1 View commit details
    Browse the repository at this point in the history
  5. merge current origin/main

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c97bfcd View commit details
    Browse the repository at this point in the history
  6. fix startup msg

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3b6f5fd View commit details
    Browse the repository at this point in the history
  7. revert

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3552c0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73ec052 View commit details
    Browse the repository at this point in the history
  9. dispatch on nothing

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1b901a6 View commit details
    Browse the repository at this point in the history
  10. merge origin/main

    svchb committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6102a3c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Merge branch 'main' into main

    svchb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    153dbb7 View commit details
    Browse the repository at this point in the history
  2. Update rectangular_tank_2d.jl

    svchb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    06e9d27 View commit details
    Browse the repository at this point in the history
  3. Update dam_break_2d.jl

    svchb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    90fd5c0 View commit details
    Browse the repository at this point in the history
  4. Update examples/fluid/dam_break_2d.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    89fdb93 View commit details
    Browse the repository at this point in the history
  5. Update src/callbacks/alive.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2d0a12b View commit details
    Browse the repository at this point in the history
  6. Update src/semidiscretization/semidiscretization.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a405e33 View commit details
    Browse the repository at this point in the history
  7. Update src/containers/solid_container.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cdd2fd5 View commit details
    Browse the repository at this point in the history
  8. Update src/semidiscretization/semidiscretization.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c07ea6f View commit details
    Browse the repository at this point in the history
  9. Update src/util.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c7431ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d5c9a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    804758d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1026b67 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into main

    svchb authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2231d73 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6197517 View commit details
    Browse the repository at this point in the history
  15. Update src/semidiscretization/semidiscretization.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    75257cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d23c3a1 View commit details
    Browse the repository at this point in the history
  17. consistency error

    svchb committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    08f34e5 View commit details
    Browse the repository at this point in the history
  18. missed one param change

    svchb committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    631fa8e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5a3b1ba View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Fix tank boundaries in 3D

    efaulhaber committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9d53275 View commit details
    Browse the repository at this point in the history
  2. Fix shadowed function

    efaulhaber committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    fc82737 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. use tuple

    svchb committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0f5b4e2 View commit details
    Browse the repository at this point in the history
  2. Update src/semidiscretization/semidiscretization.jl

    Co-authored-by: Erik Faulhaber <[email protected]>
    svchb and efaulhaber authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cb36025 View commit details
    Browse the repository at this point in the history
  3. add comment

    svchb committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b2e987d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca7de29 View commit details
    Browse the repository at this point in the history