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

Merge multidim branch back to master #423

Merged
merged 6 commits into from
Sep 8, 2024
Merged

Merge multidim branch back to master #423

merged 6 commits into from
Sep 8, 2024

Commits on Aug 3, 2024

  1. Add placeholder for the 2/3D Euler CESE solver

    * Add the the placeholder `modmesh::EulerCore` C++ class and wrap it to Python as `modmesh.EulerCore`.
    * Add the test file `tests/test_euler.py`
    yungyuc committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9e25022 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    a513420 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #403 from yungyuc/feature/start-multidim-euler

    Add placeholder for the 2/3D Euler CESE solver
    yungyuc committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    69a768b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Add and test a 2D mesh in a rectangle made by Gmsh

    Add `rectangle.geo` (Gmsh command file) and `rectangle.msh` (Gmsh mesh file (version 2.2)) and test loading the mesh into StaticMesh in memory.
    
    Add a menu item to show the 2D unstructured mesh in the viewer.
    yungyuc committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2ae66b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #422 from yungyuc/multidim-rectangle-2dmesh

    Add 2D unstructured mesh of triangle elements in a rectangle
    yungyuc committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9c4e122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    405b41f View commit details
    Browse the repository at this point in the history