dalerxli / a-dda

Automatically exported from code.google.com/p/a-dda
0 stars 0 forks source link

Adaptive DDA #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The idea is to implement internal convergence checks (based on e.g.
extrapolation technique) to make the code fully adaptive. So it may
automatically converge to the desired accuracy using minimum computer
resources.

We discussed it with Baptiste Auguie almost two years ago. Maybe there is
some ideas in his 'photonics' package written in R:
http://photonics.r-forge.r-project.org/

The implementation may be either by a wrapper script or coded into the ADDA.

Original issue reported on code.google.com by yurkin on 22 Mar 2010 at 6:44

GoogleCodeExporter commented 9 years ago
Baptiste's wrapper for ADDA in R is available at 
https://github.com/baptiste/adda/wiki/wrapper_primer together with usage 
example. It should be quite easy to extend it to perform adaptive DDA runs.

Original comment by yurkin on 18 May 2013 at 7:43