Changeset 13437
- Timestamp:
- 09/25/12 11:41:41 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test119.m
r12788 r13437 1 1 2 2 %Simple mesh 3 md=bamg(model,'domain','../Exp/Square.exp','hmax',100000 );3 md=bamg(model,'domain','../Exp/Square.exp','hmax',100000.); 4 4 x1=md.mesh.x; 5 5 y1=md.mesh.y; 6 6 7 7 %hVertices 8 md=bamg(model,'domain','../Exp/Square.exp','hmax',300000 ,'hvertices',[10000 100000 400000 100000]');8 md=bamg(model,'domain','../Exp/Square.exp','hmax',300000.,'hVertices',[10000. 100000. 400000. 100000.]'); 9 9 x2=md.mesh.x; 10 10 y2=md.mesh.y; … … 12 12 %big mesh 13 13 t0=clock; 14 md=bamg(model,'domain','../Exp/Square.exp','hmax',3000 );14 md=bamg(model,'domain','../Exp/Square.exp','hmax',3000.); 15 15 nbelements=md.mesh.numberofelements; 16 16 elapsedtime=etime(clock,t0);
Note:
See TracChangeset
for help on using the changeset viewer.