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

Enh/meshplot #84

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
178e576
add a rudimentary mesh plotting module
guillaumechauvat Dec 27, 2022
d09b70b
set limits in meshplot to keep an orthonormal view when the window is…
guillaumechauvat Dec 27, 2022
ec9225a
draw curvature "m" and "C" in `meshplot`
guillaumechauvat Dec 27, 2022
a302eba
changes for flake8
guillaumechauvat Dec 27, 2022
36733b0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 27, 2022
b0d1cf8
clean up OpenGL imports
guillaumechauvat Dec 28, 2022
c988042
zoom function, faster draw with some timing
guillaumechauvat Dec 28, 2022
2f57499
use a vertex array buffer
guillaumechauvat Dec 28, 2022
2353c68
buffered rendering, much faster. Fails without error if the mesh is a…
guillaumechauvat Dec 28, 2022
06b621d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 28, 2022
bff06b0
fix OpenGL stuff, it's `None`, not `0`
guillaumechauvat Dec 29, 2022
9a4e6bf
correct the zoom position by updating the view limits based on the sh…
guillaumechauvat Dec 29, 2022
1c83b06
add target display limits in order to make zoom and window resize wor…
guillaumechauvat Dec 29, 2022
5dc3774
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 29, 2022
fdb31e1
move the view when the mouse is dragged either with the left or middl…
guillaumechauvat Dec 30, 2022
afeb507
disable timings
guillaumechauvat Dec 30, 2022
8224888
Merge branch 'enh/meshplot' of github.com:jcanton/pymech into enh/mes…
guillaumechauvat Dec 30, 2022
28adcc8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 30, 2022
cccd955
change colour depending on boundary conditions
guillaumechauvat Dec 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading