Changeset 26717


Ignore:
Timestamp:
12/08/21 07:09:50 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: done with Pig

Location:
issm/trunk-jpl/src/jl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/jl/solve/analyses/stressbalanceanalysis.jl

    r26716 r26717  
    1313        for i in 1:md.mesh.numberofvertices
    1414                if ~isnan(spcvx[i])
    15                         push!(constraints,Constraint(count,i,1,spcvx[i]))
     15                        push!(constraints,Constraint(count,i,1,spcvx[i]/md.constants.yts))
    1616                        count+=1
    1717                end
    1818                if ~isnan(spcvy[i])
    19                         push!(constraints,Constraint(count,i,2,spcvy[i]))
     19                        push!(constraints,Constraint(count,i,2,spcvy[i]/md.constants.yts))
    2020                        count+=1
    2121                end
Note: See TracChangeset for help on using the changeset viewer.