Changeset 26717
- Timestamp:
- 12/08/21 07:09:50 (3 years ago)
- 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 13 13 for i in 1:md.mesh.numberofvertices 14 14 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)) 16 16 count+=1 17 17 end 18 18 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)) 20 20 count+=1 21 21 end
Note:
See TracChangeset
for help on using the changeset viewer.