Changeset 24263
- Timestamp:
- 10/21/19 11:20:21 (5 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test3015.m
r23290 r24263 1 1 %Test Name: SquareShelfConstrainedMasstransp2dAdolcForwardDifference 2 %This test runs test30 05 with autodiff on, and checks that2 %This test runs test3015 with autodiff on, and checks that 3 3 %the value of the scalar forward difference match a step-wise differential 4 4 … … 45 45 md2=md; 46 46 47 %evaluate derivative by forward and backward stepping 47 %evaluate derivative by forward and backward stepping 48 48 %forward 49 49 md=md2; … … 71 71 dVdh_an=(V2-V0)/deltaH; 72 72 73 %evaluate derivative using ADOLC 73 %evaluate derivative using ADOLC 74 74 md=md2; 75 75 md.autodiff.isautodiff=true; -
issm/trunk-jpl/test/NightlyRun/test3015.py
r24261 r24263 11 11 from SetIceShelfBC import * 12 12 from solve import * 13 from issmgslsolver import issmgslsolver 13 14 14 15 15 #This test runs test30 05 with autodiff on, and checks that16 #the value of the scalar forward difference match a step -wise differential16 #This test runs test3015 with autodiff on, and checks that 17 #the value of the scalar forward difference match a step-wise differential 17 18 18 19 #First configure … … 24 25 md.masstransport.requested_outputs = ['IceVolume'] 25 26 md.verbose = verbose('autodiff', True) 27 md.toolkits.DefaultAnalysis = issmgslsolver() 26 28 27 29 #setup autodiff parameters … … 34 36 index = index - 1 35 37 36 #parameters for the step -wise derivative38 #parameters for the step-wise derivative 37 39 delta = 0.001 38 40 h1 = md.geometry.thickness[index] -
issm/trunk-jpl/test/NightlyRun/test3019.py
r23793 r24263 10 10 from dependent import * 11 11 from solve import * 12 from issmgslsolver import issmgslsolver 12 13 13 14 … … 18 19 md = setflowequation(md, 'SSA', 'all') 19 20 md.cluster = generic('name', gethostname(), 'np', 1) 20 #md.toolkits.DefaultAnalysis = issmgslsolver()21 md.toolkits.DefaultAnalysis = issmgslsolver() 21 22 22 23 md.autodiff.isautodiff = True
Note:
See TracChangeset
for help on using the changeset viewer.