You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New OpenCL-based version of ADDA to effectively use GPUs for simulations (#118).
Calculation of radiation forces was largely improved, fixing several bugs. Now it is well-tested with only two remaining limitations (#14, #135). Connected changes:
Output files VisFrp-?.dat were renamed into RadForce-?.
Command line option -Cpr_mat was renamed into -Cpr. The former was marked deprecated.
Three new misc/ packages. In particular, it greatly simplifies using many common 3D shape formats together with ADDA (#34).
New command line option to choose how to initialize the iterative solver: '-init_field {auto|zero|inc|wkb}'. First implementation of the WKB incident field is done (#59).
New command line option -recalc_resid to directly recalculate residual at the end of the iterative solver (#25).
Updated the default build platform to GCC 4 (tested with 4.5.2). Many connected changes, in particular #122. Speed of Windows executables increased by about 10-20%.
ADDA executables for 64-bit Windows are now available (#66).
Windows executables for routines from misc/ are now available, both 32- and 64-bit (#104).
Added automatic tests of ADDA executables to /tests/2exec (#6).