pyopencl_scripts ================ This module provides examples and functions for simulating networks or particles using PyOpenCL, and for visualizing those simulations. It includes: * ilpm.pyopencl_scripts.network_visualization.py * ilpm.pyopencl_scripts.pyopencl_example_four_task_kernel.py * ilpm.pyopencl_scripts.simple_cl_example.py * ilpm.pyopencl_scripts.rk4_functions.py * ilpm.pyopencl_scripts.rk4_python_example.py * ilpm.pyopencl_scripts.simple_cl_example_spring_lattice_constvBC_breakbonds.py and an example cl program for a network of springs which can break if overly strained: * rk4_dampsprings_vect_vB_break.cl Overview -------- .. currentmodule:: ilpm.pyopencl_scipts .. toctree:: :maxdepth: 2 :numbered: network_visualization.rst rk4_functions.rst