Multi level sets#5
Open
sclaus2 wants to merge 23 commits into
Open
Conversation
…untime rules and visualize them
C++ changes: - Add LevelSetType enum (Analytical/Polynomial) to level_set.h - Add LevelSetMeshData struct for per-cell DOF storage with CSR layout - Add level_set.cpp with implementation of LevelSetMeshData accessors - Extend write_vtk.h/cpp with higher-order mesh output support - Update CMakeLists.txt for new source files and dependencies Python changes: - Add mesh_utils.py with structured mesh generation: * rectangle_triangle_mesh, rectangle_quad_mesh (2D) * box_tetrahedron_mesh, box_hex_mesh (3D) * mesh_from_pyvista for PyVista interoperability - Update wrapper.cpp with nanobind bindings for LevelSetFunction extensions - Update __init__.py to export mesh utility functions - Add test_mesh_utils.py for mesh generation tests - Add test_level_set_interpolate.py, test_level_set_mesh_data.py, test_level_set_vtu.py for higher-order level set tests - Add demo_level_set_ho_vtk.py, demo_level_set_ho_curved_vtk.py, demo_meshview.py for higher-order demonstrations Removed: - Delete obsolete demo files (bench_cut_pipeline.py, meshview_levelset_demo.py) This commit establishes the foundation for the higher-order cut-cell pipeline as described in the implementation plan.
… bernstein reconstruction
…riangulation quasi normal to interface
…mesh cuts still hitting corner cases to be fixed
…surface still a lot of refinements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.