Ignore:
Timestamp:
11/23/21 12:28:22 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: getting to Jacobian Determinant

File:
1 edited

Legend:

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

    r26655 r26659  
    6969        count = 0
    7070        for i in 1:md.mesh.numberofvertices
    71                 push!(vertices,Vertex(i,x[i],y[i]))
     71                push!(vertices,Vertex(i,x[i],y[i],0.))
    7272        end
    7373
Note: See TracChangeset for help on using the changeset viewer.