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

CHG: as usual

File:
1 edited

Legend:

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

    r26711 r26716  
    177177
    178178        if(IsIcefront(element))
    179                 A = zeros(6)
    180179
    181180                #Get additional parameters and inputs
     
    187186                GetIcefrontCoordinates!(element, xyz_list_front, xyz_list, MaskIceLevelsetEnum)
    188187                nx, ny = NormalSection(element, xyz_list_front)
    189                 #println("nx ",nx," ny:",ny)
    190188
    191189                gauss = GaussTria(element, xyz_list, xyz_list_front, 3)
     
    202200
    203201                        for i in 1:numnodes
    204                                 #println("1: ",gauss.weights[ig]*Jdet*term*nx*basis[i]," 2: ",gauss.weights[ig]*Jdet*term*ny*basis[i])
    205202                                pe.values[2*i-1] += gauss.weights[ig]*Jdet*term*nx*basis[i]
    206203                                pe.values[2*i  ] += gauss.weights[ig]*Jdet*term*ny*basis[i]
    207                                 A[2*i-1] += gauss.weights[ig]*Jdet*term*nx*basis[i]
    208                                 A[2*i  ] += gauss.weights[ig]*Jdet*term*ny*basis[i]
    209204                        end
    210205                end
Note: See TracChangeset for help on using the changeset viewer.