Changeset 1803


Ignore:
Timestamp:
08/24/09 14:16:35 (16 years ago)
Author:
Eric.Larour
Message:

Some adaptation of Square.par to new rift formulation

Location:
issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/Square.par

    r1733 r1803  
    3636md.time=50;
    3737md.waitonlock=1;
    38                
    39                
    40 md=solversettoasm(md);
     38
     39%solver
     40md.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 80 ';
     41
     42%rifts
     43md.rifts.fill=MelangeEnum();
     44md.rifts.fraction=0;
     45md.penalty_lock=2;
     46md.rifts.fractionincrement=.01;
  • issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/buildme.m

    r1733 r1803  
    11%mesh resolution
    2 resolution=50000;
    3 riftres=1000;
     2resolution=10000;
     3riftres=500;
    44
    55md=model;
     
    1111md=mesh(md,'DomainOutline.exp','Rifts2.exp',resolution);
    1212md=meshprocessrifts(md);
     13md.numberofelements
    1314md=geography(md,'all','');
    1415md=parameterize(md,'Square.par');
    1516md=setelementstype(md,'macayeal','all');
     17
     18md.rifts.fill=MelangeEnum();
     19md.rifts.fraction=0;
     20md.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 80 ';
     21md.cluster='astrid';
     22md.np=8;
     23md.penalty_lock=2;
     24md.rifts.fractionincrement=.01;
     25md=solve(md,'analysis_type','diagnostic');md=tres(md,'diagnostic');
     26plotmodel(md,'data','riftrelvel','data','riftvel','data','vel');
Note: See TracChangeset for help on using the changeset viewer.