source:
issm/oecreview/Archive/15392-16133/ISSM-16038-16039.diff@
16134
Last change on this file since 16134 was 16134, checked in by , 12 years ago | |
---|---|
File size: 3.8 KB |
-
../trunk-jpl/test/NightlyRun/test431.m
7 7 md.timestepping.time_step=0.; 8 8 md.thermal.isenthalpy=1; 9 9 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 10 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1); 10 11 md=solve(md,SteadystateSolutionEnum()); 11 12 12 13 %Fields and tolerances to track changes -
../trunk-jpl/test/NightlyRun/test121.m
5 5 md=setflowequation(md,'SSA','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 8 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1); 8 9 md.transient.isstressbalance=0; 9 10 md.transient.ismasstransport=0; 10 11 md.transient.isthermal=1; -
../trunk-jpl/test/NightlyRun/test325.m
6 6 md.timestepping.time_step=0.; 7 7 md.cluster=generic('name',oshostname(),'np',3); 8 8 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 9 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1); 9 10 md=solve(md,EnthalpySolutionEnum()); 10 11 11 12 %Fields and tolerances to track changes -
../trunk-jpl/test/NightlyRun/test432.m
7 7 md.timestepping.time_step=0.; 8 8 md.thermal.isenthalpy=1; 9 9 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 10 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1); 10 11 md=solve(md,SteadystateSolutionEnum()); 11 12 12 13 %Fields and tolerances to track changes -
../trunk-jpl/test/NightlyRun/test122.m
4 4 md=extrude(md,3,1.); 5 5 md=setflowequation(md,'HO','all'); 6 6 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 7 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1); 7 8 md.thermal.isenthalpy=1; 8 9 md.thermal.stabilization=2; 9 10 md.cluster=generic('name',oshostname(),'np',3); -
../trunk-jpl/test/NightlyRun/test326.m
5 5 md=setflowequation(md,'SSA','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 8 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1); 8 9 md.transient.isstressbalance=0; 9 10 md.transient.ismasstransport=0; 10 11 md.transient.isthermal=1; -
../trunk-jpl/test/NightlyRun/test327.m
5 5 md=setflowequation(md,'HO','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 8 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1); 8 9 md.initialization.temperature(:)=272.; 9 10 md.thermal.spctemperature(find(md.mesh.vertexonsurface))=272.; 10 11 md.thermal.isenthalpy=1;
Note:
See TracBrowser
for help on using the repository browser.