Changeset 25920
- Timestamp:
- 12/29/20 16:07:06 (4 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/partition/partitioner.m
r25165 r25920 1 function [partitionvector, 1 function [partitionvector,md]=partitioner(md,varargin) 2 2 %PARTITIONER - partition mesh 3 3 % -
issm/trunk-jpl/test/NightlyRun/test418.m
r25918 r25920 9 9 %partitioning 10 10 npart=100; 11 [partition,md]=partitioner(md,'package','chaco','npart',npart)-1; 11 [partition,md]=partitioner(md,'package','chaco','npart',npart); 12 partition=partition-1; 12 13 13 14 vector=(1:1:md.mesh.numberofvertices)'; -
issm/trunk-jpl/test/NightlyRun/test418.py
r25307 r25920 25 25 npart = 100 26 26 27 # Partitioner se amed to generate the following message,27 # Partitioner seemed to generate the following message, 28 28 # 29 29 # corrupted size vs. prev_size
Note:
See TracChangeset
for help on using the changeset viewer.