Changeset 17518


Ignore:
Timestamp:
03/24/14 08:51:46 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: wrong artificial diffusion caught by Hongju

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/FreeSurfaceTopAnalysis.cpp

    r17516 r17518  
    193193                        if(dim==1){
    194194                                vel=fabs(vx)+1.e-8;
    195                                 D[0] = h/(2.*vel)*vx;
     195                                D[0] = h/(2.*vel)*vx*vx;
    196196                        }
    197197                        else{
Note: See TracChangeset for help on using the changeset viewer.