Changeset 21955


Ignore:
Timestamp:
08/15/17 12:37:40 (8 years ago)
Author:
tsantos
Message:

CHG: changed final time to compare the tests

Location:
issm/trunk-jpl/test
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test462.m

    r21952 r21955  
    2525md.amr.deviatoricerror_resolution=1000;
    2626md.amr.deviatoricerror_threshold=0;
    27 md.transient.amr_frequency = 1;
     27md.transient.amr_frequency=1;
     28md.timestepping.start_time=0;
     29md.timestepping.final_time=3;
     30md.timestepping.time_step=1;
    2831md=solve(md,'Transient');
    2932
     
    3235field_tolerances={1e-13,1e-13,1e-13,1e-13};
    3336field_values={...
    34         (md.results.TransientSolution(end).Vx),...
    35         (md.results.TransientSolution(end).Vy),...
    36         (md.results.TransientSolution(end).Vel),...
    37         (md.results.TransientSolution(end).Pressure),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vel),...
     40        (md.results.TransientSolution(3).Pressure),...
    3841        };
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test463.m

    r21952 r21955  
    2626md.amr.deviatoricerror_threshold=0;
    2727md.transient.amr_frequency = 1;
     28md.timestepping.start_time=0;
     29md.timestepping.final_time=3;
     30md.timestepping.time_step=1;
    2831md=solve(md,'Transient');
    2932
     
    3235field_tolerances={1e-13,1e-13,1e-13,1e-13};
    3336field_values={...
    34         (md.results.TransientSolution(end).Vx),...
    35         (md.results.TransientSolution(end).Vy),...
    36         (md.results.TransientSolution(end).Vel),...
    37         (md.results.TransientSolution(end).Pressure),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vel),...
     40        (md.results.TransientSolution(3).Pressure),...
    3841        };
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test464.m

    r21952 r21955  
    2626md.amr.deviatoricerror_threshold=0;
    2727md.transient.amr_frequency = 1;
     28md.timestepping.start_time=0;
     29md.timestepping.final_time=3;
     30md.timestepping.time_step=1;
    2831md=solve(md,'Transient');
    2932
     
    3235field_tolerances={1e-13,1e-13,1e-13,1e-13};
    3336field_values={...
    34         (md.results.TransientSolution(end).Vx),...
    35         (md.results.TransientSolution(end).Vy),...
    36         (md.results.TransientSolution(end).Vel),...
    37         (md.results.TransientSolution(end).Pressure),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vel),...
     40        (md.results.TransientSolution(3).Pressure),...
    3841        };
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test465.m

    r21952 r21955  
    2626md.amr.deviatoricerror_threshold=0;
    2727md.transient.amr_frequency = 1;
     28md.timestepping.start_time=0;
     29md.timestepping.final_time=3;
     30md.timestepping.time_step=1;
    2831md=solve(md,'Transient');
    2932
     
    3235field_tolerances={1e-13,1e-13,1e-13,1e-13};
    3336field_values={...
    34         (md.results.TransientSolution(end).Vx),...
    35         (md.results.TransientSolution(end).Vy),...
    36         (md.results.TransientSolution(end).Vel),...
    37         (md.results.TransientSolution(end).Pressure),...
     37        (md.results.TransientSolution(3).Vx),...
     38        (md.results.TransientSolution(3).Vy),...
     39        (md.results.TransientSolution(3).Vel),...
     40        (md.results.TransientSolution(3).Pressure),...
    3841        };
Note: See TracChangeset for help on using the changeset viewer.