Changeset 2999


Ignore:
Timestamp:
02/10/10 10:23:32 (15 years ago)
Author:
Eric.Larour
Message:

some doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/partition/part_chaco.m

    r2954 r2999  
    1 
    21%  create adjacency matrix, vertex list, and vertex weights
    32[adj_mat,vlist,vwgt]=adjacency_matrix(md.elements,[md.x md.y md.z]);
     
    1312
    1413%  partition into 100 parts
    15 [map]=chaco(adj_mat2,[md.x md.y],method,1000);
     14[map]=chaco(adj_mat2,[md.x md.y],method,100);
     15%adj_mat: don't use the weights
     16%adj_mat2: use the weights
    1617
    1718error;
Note: See TracChangeset for help on using the changeset viewer.