Changes between Version 28 and Version 29 of u/erica/scratch


Ignore:
Timestamp:
02/08/16 12:50:53 (9 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/scratch

    v28 v29  
    3434
    3535We see that in this case, smaller dx resembles a triangle, but dx~1 gives an exponential. However, as dx << 1 the function remains triangular, but as dx > 1, the function quickly drops to 0 (i.e. one cell removed from the origin). This is when the smoothing function would no longer serve its purpose (i.e. smoothing)... We could probably best avoid these issues by enforcing a larger kernel around the sink so that it most resembles an exponential, but then that would require changing the kernel of max refinement around a sink as well (which is currently set to 4 dx).
     36
     37Note, the mathematica notebook used for these plots are attached to this page.