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

[WIP] Three equations model for sloshing simulations #2055

Draft
wants to merge 108 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. Wrap from_abaqus routines.

    Johannes Markert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    95a021d View commit details
    Browse the repository at this point in the history
  2. Implement geometry data transfer from t8code to Trixi.

    Johannes Markert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    178ec18 View commit details
    Browse the repository at this point in the history
  3. Updated examples.

    Johannes Markert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0fed965 View commit details
    Browse the repository at this point in the history
  4. Fixed typos.

    Johannes Markert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c50b434 View commit details
    Browse the repository at this point in the history
  5. Applied formatter.

    Johannes Markert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5e18656 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into feature-t8code-curved-geometry

    Johannes Markert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c388a94 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    3bb6292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abbf702 View commit details
    Browse the repository at this point in the history
  3. add cubed sphere constructor

    benegee committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5fa48e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix indentation.

    Johannes Markert committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cd27998 View commit details
    Browse the repository at this point in the history
  2. Fix indentation.

    Johannes Markert committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f6653b0 View commit details
    Browse the repository at this point in the history
  3. Switching off formatter in two files.

    Johannes Markert committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    aa4d0d4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature-t8code-curved-geometry' of github.com:trixi-fra…

    …mework/Trixi.jl into feature-t8code-curved-geometry
    Johannes Markert committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f331a87 View commit details
    Browse the repository at this point in the history
  5. Upgrading T8code.jl.

    Johannes Markert committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    40cbb86 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into feature-t8code-curved-geometry

    Johannes Markert committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ff964cc View commit details
    Browse the repository at this point in the history
  7. Fixed examples.

    Johannes Markert committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    df77f82 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. stress different meaning of first argument

    it refers to level of refinement in lat lon direction, not number of
    tree as in the p4est version
    benegee committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b80f890 View commit details
    Browse the repository at this point in the history
  2. use lat lon levels

    benegee committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c46799b View commit details
    Browse the repository at this point in the history
  3. add t8code cubed sphere tests

    benegee committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e3c2492 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    544b10d View commit details
    Browse the repository at this point in the history
  2. Remove TODO comments

    benegee authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7af3f31 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Relaxing T8code.jl version requirement.

    Johannes Markert committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6d835e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe298b5 View commit details
    Browse the repository at this point in the history
  3. Restricted t8code version requirement.

    Johannes Markert committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    54a5ec3 View commit details
    Browse the repository at this point in the history
  4. Removed cubed spherical shell related code.

    Johannes Markert committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1daec4b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature-t8code-curved-geometry' of github.com:trixi-fra…

    …mework/Trixi.jl into feature-t8code-curved-geometry
    Johannes Markert committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5c5ccc6 View commit details
    Browse the repository at this point in the history
  6. Removed cubed spherical shell tests.

    Johannes Markert committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    120af75 View commit details
    Browse the repository at this point in the history
  7. Increasing code coverage.

    Johannes Markert committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4317d5e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    071d65c View commit details
    Browse the repository at this point in the history
  2. Increasing code coverage.

    Johannes Markert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4b5694d View commit details
    Browse the repository at this point in the history
  3. Further increasing code coverage.

    Johannes Markert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    48082e6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature-t8code-curved-geometry' of github.com:trixi-fra…

    …mework/Trixi.jl into feature-t8code-curved-geometry
    Johannes Markert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    18d28b7 View commit details
    Browse the repository at this point in the history
  5. Applied formatter.

    Johannes Markert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    72c5c92 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored May 3, 2024
    Configuration menu
    Copy the full SHA
    84e549a View commit details
    Browse the repository at this point in the history
  2. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored May 3, 2024
    Configuration menu
    Copy the full SHA
    e08c0f8 View commit details
    Browse the repository at this point in the history
  3. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Benedict <[email protected]>
    jmark and benegee authored May 3, 2024
    Configuration menu
    Copy the full SHA
    671702d View commit details
    Browse the repository at this point in the history
  4. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Benedict <[email protected]>
    jmark and benegee authored May 3, 2024
    Configuration menu
    Copy the full SHA
    aee2086 View commit details
    Browse the repository at this point in the history
  5. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Benedict <[email protected]>
    jmark and benegee authored May 3, 2024
    Configuration menu
    Copy the full SHA
    1728893 View commit details
    Browse the repository at this point in the history
  6. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Benedict <[email protected]>
    jmark and benegee authored May 3, 2024
    Configuration menu
    Copy the full SHA
    b075f5c View commit details
    Browse the repository at this point in the history
  7. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Benedict <[email protected]>
    jmark and benegee authored May 3, 2024
    Configuration menu
    Copy the full SHA
    f2f5995 View commit details
    Browse the repository at this point in the history
  8. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored May 3, 2024
    Configuration menu
    Copy the full SHA
    d7d8599 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge branch 'main' into feature-t8code-curved-geometry

    Johannes Markert committed May 8, 2024
    Configuration menu
    Copy the full SHA
    870e6e9 View commit details
    Browse the repository at this point in the history
  2. Update test/test_t8code_2d.jl

    Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
    jmark and sloede authored May 8, 2024
    Configuration menu
    Copy the full SHA
    896711c View commit details
    Browse the repository at this point in the history
  3. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Hendrik Ranocha <[email protected]>
    jmark and ranocha authored May 8, 2024
    Configuration menu
    Copy the full SHA
    af49b37 View commit details
    Browse the repository at this point in the history
  4. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Hendrik Ranocha <[email protected]>
    jmark and ranocha authored May 8, 2024
    Configuration menu
    Copy the full SHA
    2958b46 View commit details
    Browse the repository at this point in the history
  5. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
    jmark and sloede authored May 8, 2024
    Configuration menu
    Copy the full SHA
    3240897 View commit details
    Browse the repository at this point in the history
  6. Fixing minor stuff.

    Johannes Markert committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9c57b13 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature-t8code-curved-geometry' of github.com:trixi-fra…

    …mework/Trixi.jl into feature-t8code-curved-geometry
    Johannes Markert committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7f0ce8b View commit details
    Browse the repository at this point in the history
  8. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
    jmark and sloede authored May 8, 2024
    Configuration menu
    Copy the full SHA
    d739b91 View commit details
    Browse the repository at this point in the history
  9. Appyling comments.

    Johannes Markert committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d69e4bf View commit details
    Browse the repository at this point in the history
  10. Applied formatter.

    Johannes Markert committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1cec70e View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature-t8code-curved-geometry' of github.com:trixi-fra…

    …mework/Trixi.jl into feature-t8code-curved-geometry
    Johannes Markert committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7d4f2e6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    3e8a8b5 View commit details
    Browse the repository at this point in the history
  2. Reverting changes to original state.

    Johannes Markert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3158c44 View commit details
    Browse the repository at this point in the history
  3. Switching to ThreeEquation naming.

    Johannes Markert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c706e6b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Backup.

    Johannes Markert committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8120409 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add save callback to elixir.

    Johannes Markert committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3ad3515 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge branch 'main' into feature-t8codemesh-checkpointing

    Johannes Markert committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6e90adf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Backup.

    Johannes Markert committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    23714f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Refined code. Make it work in parallel.

    Johannes Markert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3f8ded2 View commit details
    Browse the repository at this point in the history
  2. Added support for parallelt8codemesh save solution callback.

    Johannes Markert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2f5d224 View commit details
    Browse the repository at this point in the history
  3. Applied formatter.

    Johannes Markert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d3a1b49 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Updated examples and tests.

    Johannes Markert committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9ef91c6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature-t8codemesh-checkpointing

    Johannes Markert committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7c80560 View commit details
    Browse the repository at this point in the history
  3. Applied formatter.

    Johannes Markert committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2f96869 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Minor adjustments.

    Johannes Markert committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    df2bdf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Code refinement. Enabled partitioning after mesh loading.

    Johannes Markert committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7ee23b6 View commit details
    Browse the repository at this point in the history
  2. Applied formatter and fixed typos.

    Johannes Markert committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0404f3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03d0194 View commit details
    Browse the repository at this point in the history
  4. Removed commented out section.

    Johannes Markert committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    99972cc View commit details
    Browse the repository at this point in the history
  5. Added missing union type member.

    Johannes Markert committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f59322c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Switching from UInt64 to UInt128 in global interface/mortar id comput…

    …ation.
    Johannes Markert committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    be2fcdd View commit details
    Browse the repository at this point in the history
  2. Switching from UInt64 to UInt128 in global interface/mortar id comput…

    …ation (II).
    Johannes Markert committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0283428 View commit details
    Browse the repository at this point in the history
  3. Adding more tests.

    Johannes Markert committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    db9d4c6 View commit details
    Browse the repository at this point in the history
  4. Applied formatter.

    Johannes Markert committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b6e1333 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36c7517 View commit details
    Browse the repository at this point in the history
  6. Removed Printf.

    Johannes Markert committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1aea5cd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    dae7aaa View commit details
    Browse the repository at this point in the history
  2. Incorporated review comments and code polish.

    Johannes Markert committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b603823 View commit details
    Browse the repository at this point in the history
  3. Applied formatter.

    Johannes Markert committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6ef17a4 View commit details
    Browse the repository at this point in the history
  4. Fixed typos.

    Johannes Markert committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    69b7ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    9fc72c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e65b1a5 View commit details
    Browse the repository at this point in the history
  3. Update examples/t8code_2d_dgsem/elixir_advection_restart.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3bbd3a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab9c33f View commit details
    Browse the repository at this point in the history
  5. Update examples/t8code_3d_dgsem/elixir_advection_restart.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9e49219 View commit details
    Browse the repository at this point in the history
  6. Update src/meshes/mesh_io.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    677236f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6396931 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Update examples/t8code_3d_dgsem/elixir_advection_restart.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    404fc85 View commit details
    Browse the repository at this point in the history
  2. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    611a576 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c5c20 View commit details
    Browse the repository at this point in the history
  4. Update src/meshes/t8code_mesh.jl

    Co-authored-by: Joshua Lampert <[email protected]>
    jmark and JoshuaLampert authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7161d1b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Removing last test in t8code 2D MPI to investigate problems in Github…

    … CI.
    Johannes Markert committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    15cdc0b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    de00b40 View commit details
    Browse the repository at this point in the history
  2. Refactored a bit.

    Johannes Markert committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    971d2cf View commit details
    Browse the repository at this point in the history
  3. Applied formatter.

    Johannes Markert committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a3c169c View commit details
    Browse the repository at this point in the history
  4. Removed commented code.

    Johannes Markert committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6383520 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Added LOG_LEVEL variable.

    Johannes Markert committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    41ebc07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e268b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef1d55 View commit details
    Browse the repository at this point in the history
  4. Applied formatter.

    Johannes Markert committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1e00cb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. 3D support.

    Johannes Markert committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    74405d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature-t8codemesh-checkpointing' into three-equations-…

    …model
    Johannes Markert committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4ecc7cd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Backup.

    Johannes Markert committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    08fd656 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Backup.

    Johannes Markert committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    21fd96e View commit details
    Browse the repository at this point in the history