-
- Downloads
Started implementing 3D moving mesh algorithm. Not really coupled to SWIFT yet.
parent
79c1e6f2
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- src/hydro/Shadowswift/voronoi3d_algorithm.h 1426 additions, 0 deletionssrc/hydro/Shadowswift/voronoi3d_algorithm.h
- src/hydro/Shadowswift/voronoi3d_cell.h 153 additions, 0 deletionssrc/hydro/Shadowswift/voronoi3d_cell.h
- src/hydro/Shadowswift/voronoi_algorithm.h 0 additions, 1 deletionsrc/hydro/Shadowswift/voronoi_algorithm.h
- src/hydro/Shadowswift/voronoi_cell.h 0 additions, 1 deletionsrc/hydro/Shadowswift/voronoi_cell.h
- tests/Makefile.am 5 additions, 2 deletionstests/Makefile.am
- tests/testVoronoi3D.c 129 additions, 0 deletionstests/testVoronoi3D.c
src/hydro/Shadowswift/voronoi3d_algorithm.h
0 → 100644
This diff is collapsed.
src/hydro/Shadowswift/voronoi3d_cell.h
0 → 100644
tests/testVoronoi3D.c
0 → 100644
Please register or sign in to comment