This website requires JavaScript.
Explore
Help
Sign In
mwtkrayer
/
suspendtools
Watch
1
Star
0
Fork
You've already forked suspendtools
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Some python tools to work with data from suspend DNS code.
76
Commits
1
Branch
0
Tags
1.2
MiB
Python
100%
0723c0b769
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Michael Krayer
0723c0b769
storing triangulation data as long list of vertices now. Seems to have improved performance due to better memory access pattern.
2021-08-13 01:16:27 +02:00
__init__.py
fixed missing imports
2021-05-27 23:46:38 +02:00
field.py
storing triangulation data as long list of vertices now. Seems to have improved performance due to better memory access pattern.
2021-08-13 01:16:27 +02:00
helper.py
clipping and thresholding for particles; improvements for field
2021-08-06 22:02:35 +02:00
jit.py
numba routines
2021-08-12 21:58:27 +02:00
parallel.py
added deep copy flag. The default is now shallow copy!
2021-08-05 00:20:58 +02:00
particle.py
clipping and thresholding for particles; improvements for field
2021-08-06 22:02:35 +02:00
ucf.py
parallel tools added.
2021-05-27 21:37:00 +02:00
visu.py
fixed camera setting functions
2021-07-28 12:40:03 +02:00