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 parabolic BCs for P4estMesh{2} #1493

Merged
merged 68 commits into from
Jun 23, 2023

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    86d14f0 View commit details
    Browse the repository at this point in the history
  2. add specializations for P4estMesh

    d
    jlchan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b5a3ede View commit details
    Browse the repository at this point in the history
  3. add normals

    jlchan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    68ac9e1 View commit details
    Browse the repository at this point in the history
  4. add surface integrals

    jlchan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4064f89 View commit details
    Browse the repository at this point in the history
  5. fix type ambiguity

    jlchan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    32cb2c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce00a0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca9d485 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    bc52998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70cda42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b4b5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd36650 View commit details
    Browse the repository at this point in the history
  5. Update src/solvers/dgsem_tree/dg_1d_parabolic.jl

    Co-authored-by: Hendrik Ranocha <[email protected]>
    jlchan and ranocha authored May 26, 2023
    Configuration menu
    Copy the full SHA
    7d0bf07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    544ad6e View commit details
    Browse the repository at this point in the history
  7. missed one

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b74ec44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    169c85c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3eb7bf5 View commit details
    Browse the repository at this point in the history
  10. cache -> cache_parabolic

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    984fde1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ad7cf7 View commit details
    Browse the repository at this point in the history
  12. remove todo

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    56dd577 View commit details
    Browse the repository at this point in the history
  13. variable renaming

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    194a695 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ff23f39 View commit details
    Browse the repository at this point in the history
  15. adding elixir

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2a16098 View commit details
    Browse the repository at this point in the history
  16. comments

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    de2513d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f482e68 View commit details
    Browse the repository at this point in the history
  18. update test

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5527827 View commit details
    Browse the repository at this point in the history
  19. initial commit

    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e5b91b5 View commit details
    Browse the repository at this point in the history
  20. fix CI

    f
    jlchan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4d5776f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9f1a4de View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    b6cf125 View commit details
    Browse the repository at this point in the history
  2. Update src/solvers/dgsem_p4est/dg_2d_parabolic.jl

    Co-authored-by: Hendrik Ranocha <[email protected]>
    jlchan and ranocha authored May 27, 2023
    Configuration menu
    Copy the full SHA
    2d58049 View commit details
    Browse the repository at this point in the history
  3. Update src/solvers/dgsem_p4est/dg_2d_parabolic.jl

    Co-authored-by: Hendrik Ranocha <[email protected]>
    jlchan and ranocha authored May 27, 2023
    Configuration menu
    Copy the full SHA
    55368dc View commit details
    Browse the repository at this point in the history
  4. add "no mortars" check

    jlchan committed May 27, 2023
    Configuration menu
    Copy the full SHA
    f3bb821 View commit details
    Browse the repository at this point in the history
  5. add curved elixir

    jlchan committed May 27, 2023
    Configuration menu
    Copy the full SHA
    1315428 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    848a89b View commit details
    Browse the repository at this point in the history
  2. fix gradient bug

    jlchan committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9ced755 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044744a View commit details
    Browse the repository at this point in the history
  4. add curved test

    jlchan committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1b3c1d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d570eec View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Apply suggestions from code review

    Co-authored-by: Erik Faulhaber <[email protected]>
    Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
    3 people authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1cce087 View commit details
    Browse the repository at this point in the history
  2. add comment on mapping

    jlchan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3886a14 View commit details
    Browse the repository at this point in the history
  3. reuse P4estMesh{2} code

    jlchan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8976bc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3394d9a View commit details
    Browse the repository at this point in the history
  5. fix += for muladd

    jlchan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0a3f1fb View commit details
    Browse the repository at this point in the history
  6. Update examples/p4est_2d_dgsem/elixir_advection_diffusion_periodic_cu…

    …rved.jl
    
    Co-authored-by: Erik Faulhaber <[email protected]>
    jlchan and efaulhaber authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    193ec00 View commit details
    Browse the repository at this point in the history
  7. comment

    jlchan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8956587 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6954db9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. comments + remove cruft

    jlchan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    2fe0aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec055b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. add BCs for parabolic P43st

    jlchan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1ffda40 View commit details
    Browse the repository at this point in the history
  2. add tests

    jlchan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4ec387e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    93df868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399bd83 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    32eb32d View commit details
    Browse the repository at this point in the history
  2. formatting

    jlchan committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b9bbd39 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

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

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    e35c77d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbddf85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f9d13e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b07eb03 View commit details
    Browse the repository at this point in the history
  5. update test values

    jlchan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    64488b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d516ec5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    0b6a805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3796dc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    040cb69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e32d6c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 23, 2023

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