Ignore:
Timestamp:
12/01/21 18:34:02 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: Done down to first uf, which does not look right

File:
1 edited

Legend:

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

    r26682 r26686  
    2020                #Enforce constraints
    2121                ys = CreateNodalConstraintsx(femmodel.nodes)
     22                Reduceloadx!(pf, Kfs, ys)
    2223
    23                 error("not implemented yet")
     24                #Solve!
     25                old_uf = uf
     26                uf = Solverx(Kff, pf, old_uf)
     27
     28                print(uf)
     29                error("compare with ISSM...")
    2430
    2531                #Increase count
Note: See TracChangeset for help on using the changeset viewer.