This page contains some examples of NESL programs for scientific computation developed by the Scandal group. We have translated existing NESL applications into Java applets, making the interactive programs widely available over the web. Paper and technical report describing this work.
Just click on the image to run the applet.
Warning: since each of these programs executes a large number of
floating point and integer operations, you should use a just-in-time (JIT)
compiler for fast response times.
N-body Simulation.
Related work by the SCANDAL project.
Airflow simulation.
Algorithm description and NESL code.
Tutorial on graph connectivity.
Geometric graph separator. NESL code.
Convex Hull. NESL code.