Changes between Initial Version and Version 1 of Ticket #3111, comment 5


Ignore:
Timestamp:
2015-07-23T07:57:18Z (10 years ago)
Author:
Willi Braun

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3111, comment 5

    initial v1  
    88This actually how dx is calculated.
    99{{{
     10#!c
    1011for(i = 0; i < solverData->n; i++) {
    1112    xsave = x[i];
     
    1718    delta_hh = 1. / delta_hh * solverData->xScaling[i];
    1819[...]
     20}
    1921}}}
    2022