SCI-Solver_Eikonal
SCI-Solver_Eikonal copied to clipboard
SCI-Solver_Eikonal is a C++/CUDA library written to solve the Eikonal equation on triangular and tetrahedral meshes. It uses the fast iterative method (FIM) to solve efficiently, and uses GPU hardware...
Results
2
SCI-Solver_Eikonal issues
Sort by
recently updated
recently updated
newest added
trafficstars
What is the licensing for this project? Is it public domain? BSD? MIT? GPL? The license info is not given either in the readme or in source headers. Side questions,...
2D is finicky with the number of blocks defined at the user level. Try to use 3D's code to overcome that instability.
enhancement