Changeset 26702
- Timestamp:
- 12/02/21 19:05:01 (3 years ago)
- Location:
- issm/trunk-jpl/src/jl/solve
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/jl/solve/analyses/stressbalanceanalysis.jl
r26686 r26702 63 63 64 64 solutionsequence_nonlinear(femmodel,analysis,maxiter,restol,reltol,abstol) 65 error("STOP")66 65 67 66 end #}}} -
issm/trunk-jpl/src/jl/solve/modules.jl
r26699 r26702 222 222 return ys 223 223 end# }}} 224 function RequestedOutputsx(femmodel::FemModel,outputlist::Vector{IssmEnum})# {{{ 225 226 error("not implemented") 227 end# }}} -
issm/trunk-jpl/src/jl/solve/solutionsequences.jl
r26699 r26702 42 42 43 43 print("\n total number of iterations: ", count, "\n") 44 45 error("STOP")46 44 47 45 end# }}} -
issm/trunk-jpl/src/jl/solve/solve.jl
r26682 r26702 27 27 Core(analysis,femmodel) 28 28 29 #then what?? 29 #Save output 30 RequestedOutputsx(femmodel,[VxEnum,VyEnum]) 30 31 error("STOP") 31 32
Note:
See TracChangeset
for help on using the changeset viewer.