Ignore:
Timestamp:
11/22/21 07:03:07 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: more work on julia solver

File:
1 edited

Legend:

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

    r26648 r26652  
    114114
    115115end# }}}
     116function VecReduce(node::Node,ug::Vector{Float64},uf::Vector{Float64}) #{{{
     117
     118        for i=1:node.gsize
     119                if node.fdoflist[i]!=-1
     120                        uf[node.fdoflist[i]] = ug[node.gdoflist[i]]
     121                end
     122        end
     123
     124end# }}}
    116125
    117126#Nodes functions
Note: See TracChangeset for help on using the changeset viewer.