Changeset 3996
- Timestamp:
- 06/02/10 11:36:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/meshpart/meshpart.patch
r3083 r3996 1 1 diff -rc src/chaco/Makefile new/chaco/Makefile 2 2 *** src/chaco/Makefile 1998-07-06 13:08:26.000000000 -0700 3 --- new/chaco/Makefile 2010-0 2-23 09:35:05.758059211 -08003 --- new/chaco/Makefile 2010-04-06 15:51:33.913224536 -0700 4 4 *************** 5 5 *** 24,51 **** … … 185 185 diff -rc src/chaco/mlchaco.c new/chaco/mlchaco.c 186 186 *** src/chaco/mlchaco.c 1999-07-23 12:19:09.000000000 -0700 187 --- new/chaco/mlchaco.c 2010-0 2-22 15:23:01.839849734 -0800187 --- new/chaco/mlchaco.c 2010-04-06 15:51:33.920224545 -0700 188 188 *************** 189 189 *** 32,37 **** … … 336 336 diff -rc src/chaco.m new/chaco.m 337 337 *** src/chaco.m 1999-07-23 12:13:26.000000000 -0700 338 --- new/chaco.m 2010-0 2-22 15:23:01.846849738 -0800338 --- new/chaco.m 2010-04-06 15:51:33.926224552 -0700 339 339 *************** 340 340 *** 142,148 **** … … 357 357 diff -rc src/fiedler.m new/fiedler.m 358 358 *** src/fiedler.m 1996-02-23 10:03:20.000000000 -0800 359 --- new/fiedler.m 2010-0 2-22 15:23:01.852849742 -0800359 --- new/fiedler.m 2010-04-06 15:51:33.932224559 -0700 360 360 *************** 361 361 *** 58,64 **** … … 381 381 diff -rc src/meshdemo.m new/meshdemo.m 382 382 *** src/meshdemo.m 2002-02-08 07:38:21.000000000 -0800 383 --- new/meshdemo.m 2010-0 2-22 15:23:01.859849746 -0800384 *************** 385 *** 9 7,103 ****386 disp(' Hit space to continue ...'); 383 --- new/meshdemo.m 2010-06-02 11:20:25.564177135 -0700 384 *************** 385 *** 98,103 **** 386 --- 98,106 ---- 387 387 pause; 388 388 389 ! usechaco = 0; 389 usechaco = 0; 390 + if (exist('mlchaco','file') == 3) 391 + usechaco = 1; 392 + end 390 393 if usechaco 391 394 disp(' '); 392 395 disp(' Next is multilevel Kernighan-Lin partitioning, which first partitions'); 393 --- 97,103 ---- 394 disp(' Hit space to continue ...'); 396 *************** 397 *** 116,122 **** 395 398 pause; 396 397 ! usechaco = 1; 398 if usechaco 399 end % if usechaco 400 401 ! usemetis = 1; 402 if usemetis 399 403 disp(' '); 400 disp(' Next is multilevel Kernighan-Lin partitioning, which first partitions'); 404 disp(' Next is a multilevel method from the "Metis" package.'); 405 --- 119,128 ---- 406 pause; 407 end % if usechaco 408 409 ! usemetis = 0; 410 ! if (exist('metismex','file') == 3) 411 ! usemetis = 1; 412 ! end 413 if usemetis 414 disp(' '); 415 disp(' Next is a multilevel method from the "Metis" package.'); 401 416 diff -rc src/metis/metismex.c new/metis/metismex.c 402 417 *** src/metis/metismex.c 2009-07-13 14:37:08.000000000 -0700 403 --- new/metis/metismex.c 2010-0 2-22 15:23:01.866849750 -0800418 --- new/metis/metismex.c 2010-04-06 15:51:33.944224574 -0700 404 419 *************** 405 420 *** 92,98 **** … … 422 437 /* Find MATLAB's matrix structure */ 423 438 diff -rc src/metis/proto.h new/metis/proto.h 424 *** src/metis/proto.h 20 09-09-22 17:24:29.402085000 -0700425 --- new/metis/proto.h 2010-0 2-22 15:23:01.874849755 -0800439 *** src/metis/proto.h 2010-04-13 12:32:38.504256000 -0700 440 --- new/metis/proto.h 2010-04-06 15:51:33.949224580 -0700 426 441 *************** 427 442 *** 230,237 ****
Note:
See TracChangeset
for help on using the changeset viewer.