solvcon / modmesh

Toolkit for solving partial differential equations
BSD 3-Clause "New" or "Revised" License
38 stars 38 forks source link

Hide the boundary points #361

Open Gene0315 opened 3 months ago

Gene0315 commented 3 months ago

Following the issue https://github.com/solvcon/modmesh/issues/338 The PR hides the points on boundary.

Features: The plotting hides the unreasonable points on the boundary. Strength: It makes the figure look nicer without changing the solution data. Weakness: It is better to calculate the correct values on the boundary and show them on the boundary.

截圖 2024-06-10 上午10 20 31
yungyuc commented 3 months ago

And when cleaning up the blob files, please remove them and squash. I do not want any blob files appearing in git history.

Gene0315 commented 3 months ago

And when cleaning up the blob files, please remove them and squash. I do not want any blob files appearing in git history.

ok, I won't do it again.