Changeset 17519


Ignore:
Timestamp:
03/24/14 09:24:18 (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/FreeSurfaceBaseAnalysis.cpp

    r17516 r17519  
    184184                        if(dim==1){
    185185                         vel=fabs(vx)+1.e-8;
    186                          D[0] = h/(2.*vel)*vx;
     186                         D[0] = h/(2.*vel)*vx*vx;
    187187                        }
    188188                        else{
Note: See TracChangeset for help on using the changeset viewer.