Commit | Date | |
---|---|---|
[r23100]
by
bugman
Fixes for quotation marks in the B14 dispersion model section of the manual. LaTeX requires `' for single quotes rather than ''. |
2014-05-08 17:50:15 | Tree |
[r23099]
by
bugman
Added proper punctuation to the B14 dispersion model equations in the manual. Equations should be readable as English sentences and they follow standard punctuation rules. All |
2014-05-08 17:48:53 | Tree |
[r23098]
by
tlinnet
Added systemtest for the production of dx map. Relax_disp.test_cpmg_synthetic_dx_map_points. task #7791: (https://gna.org/task/index.php?7791 ) the dx.map should accept a list of list with values for points. |
2014-05-08 17:42:05 | Tree |
[r23097]
by
tlinnet
Modified dx.map to accept more than one point. task #7791: (https://gna.org/task/index.php?7791 ) the dx.map should accept a list of list with values for points. |
2014-05-08 17:42:03 | Tree |
[r23096]
by
tlinnet
Added FIXME in lib/arg_check.py. task #7791: (https://gna.org/task/index.php?7791 ) the dx.map should accept a list of list with values for points. |
2014-05-08 17:41:59 | Tree |
[r23095]
by
bugman
The f00 equation in the B14 dispersion model section of the manual is a single equation. The 'subequations' and 'align' environments are therefore superfluous. |
2014-05-08 17:41:57 | Tree |
[r23094]
by
bugman
Removed invisible equations from the B14 dispersion model section of the relax manual. The trailing "\\" were causing equation numbers to be produced on empty lines after the block of |
2014-05-08 17:40:38 | Tree |
2014-05-08 17:07:03 | Tree | |
[r23092]
by
tlinnet
Reverted r23087 as this was a bad implementation. The command used was: ..... task #7791: (https://gna.org/task/index.php?7791 ) the dx.map should accept a list of list with values for points. Modified: Modified: trunk/lib/software/opendx/files.py |
2014-05-08 16:39:52 | Tree |
[r23091]
by
tlinnet
Made solutions for math domain error. Prevented to take log of negative values, and division by zero. This though slows the implementation down. Systemtest Relax_disp.test_baldwin_synthetic_full went from 6.x seconds to 8-9.x seconds. sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) B14 model - 2-site exact solution model for all time scales. This follows the tutorial for adding relaxation dispersion models at: |
2014-05-08 16:35:51 | Tree |