Changeset 25110


Ignore:
Timestamp:
06/22/20 19:48:47 (5 years ago)
Author:
jdquinn
Message:

BUG: Further fixes for partitioner

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/partition/AreaAverageOntoPartition.py

    r25047 r25110  
    77
    88
    9 def AreaAverageOntoPartition(md, vector, layer=None, partition):
     9def AreaAverageOntoPartition(md, vector, partition, layer=None):
    1010    '''
    1111    AREAAVERAGEONTOPARTITION - compute partition values for a certain vector expressed on the vertices of the mesh.
  • issm/trunk-jpl/test/NightlyRun/test418.m

    r25076 r25110  
    99%partitioning
    1010npart=100;
    11 [partition md]=partitioner(md,'package','chaco','npart',npart)-1;
     11[partition, md]=partitioner(md,'package','chaco','npart',npart);
     12partition=partition-1;
    1213
    1314vector=(1:1:md.mesh.numberofvertices)';
Note: See TracChangeset for help on using the changeset viewer.