adda icon indicating copy to clipboard operation
adda copied to clipboard

ADDA - light scattering simulator based on the discrete dipole approximation

Results 110 adda issues
Sort by recently updated
recently updated
newest added

``` Further optimize calculation of the scattered field, according to the ideas of R. Scott Brock. In parallel mode distribute internal fields evenly between processors (MPI_ALLTOALLV). ``` Original issue reported...

comp-Logic
performance
pri-Low
MPI

``` Reuse calculated internal fields from one orientation for the similar ones to speed up orientation averaging, as described by Okada. ``` Original issue reported on code.google.com by `yurkin` on...

comp-Logic
performance
pri-Medium

``` Possibly use the internal field obtained for one incident polarization to cut down the number of iterations for the second. For instance, internal field can be rotated by 90...

comp-Logic
performance
pri-Low

``` Use internal fields from smaller dpl as an input for the iterative solver of a simulation with larger dpl. The general methodology is described somewhere in Numerical Recipes. This...

comp-Logic
performance
pri-Low

``` Optimize storage of D matrix to use less memory (at least in sequential mode). ``` Original issue reported on code.google.com by `yurkin` on 24 Dec 2008 at 7:36

comp-Logic
performance
pri-Low

``` Make memory accounting more accurate, include non-major contributions and take into account dynamic allocation/deallocation. ``` Original issue reported on code.google.com by `yurkin` on 24 Dec 2008 at 7:34

usability
comp-Logic
pri-Low

``` Implement specifying incident propagation direction by two angles instead of Cartesian coordinates of the vector of incidence. ``` Original issue reported on code.google.com by `yurkin` on 24 Dec 2008...

comp-UI
usability
pri-Low

``` Implement SOF (Born series) as a iterative solver (with controlled number of iterations). It can be used, e.g., to simulate RDG results. ``` Original issue reported on code.google.com by...

usability
comp-Logic
pri-Low

``` Optimize ADDA for shared memory hardware (e.g. multi-core processors), using standard MPI functions and/or OpenMP directives. ``` Original issue reported on code.google.com by `yurkin` on 24 Dec 2008 at...

comp-Logic
performance
pri-Low
MPI

``` Optimize accumulate function (parallel communication) when averaging over alpha angle. Do all communication at once and do not use unnecessary memory (Eplane ampl_alpha). ``` Original issue reported on code.google.com...

comp-Logic
performance
pri-Low
MPI