Changeset 11676


Ignore:
Timestamp:
03/09/12 10:37:16 (13 years ago)
Author:
Mathieu Morlighem
Message:

Added Jks tutorial

Location:
issm/trunk-jpl/examples
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/SquareIceShelf/runme.m

    r11012 r11676  
    44md=parameterize(md,'Square.par');
    55md=setflowequation(md,'macayeal','all');
    6 md=solve(md,DiagnosticSolutionEnum);
     6md.cluster=generic('name',oshostname,'np',4);
     7
     8md.initialization.pressure=zeros(md.mesh.numberofvertices,1);
     9md.transient.isthermal=0;
     10md.timestepping.final_time=10;
     11md.timestepping.time_step=.5;
     12md=solve(md,TransientSolutionEnum);
     13
     14md.geometry.surface=md.results.TransientSolution(end).Surface;
     15md.geometry.bed=md.results.TransientSolution(end).Bed;
     16md.geometry.thickness=md.results.TransientSolution(end).Thickness;
Note: See TracChangeset for help on using the changeset viewer.