Changeset 5385 for issm/trunk


Ignore:
Timestamp:
08/18/10 15:39:23 (15 years ago)
Author:
seroussi
Message:

need to specify the type of coupling to use penalties

Location:
issm/trunk/test/NightlyRun
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test409.m

    r5098 r5385  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster='none';
    77md=solve(md,'analysis_type',DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test410.m

    r5098 r5385  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster=oshostname();
    77md=solve(md,'analysis_type',DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test417.m

    r5098 r5385  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster='none';
    77md=solve(md,'analysis_type',Transient3DSolutionEnum);
  • issm/trunk/test/NightlyRun/test418.m

    r5173 r5385  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster=oshostname();
    77md=solve(md,'analysis_type',Transient3DSolutionEnum);
Note: See TracChangeset for help on using the changeset viewer.