Rev | Line | |
---|
[25834] | 1 | Index: ../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m (revision 25108)
|
---|
| 4 | +++ ../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m (revision 25109)
|
---|
| 5 | @@ -1,4 +1,4 @@
|
---|
| 6 | -function partvector=AreaAverageOntoPartition(md,vector,layer,partition)
|
---|
| 7 | +function partvector=AreaAverageOntoPartition(md,vector,partition,layer)
|
---|
| 8 | %AREAAVERAGEONTOPARTITION
|
---|
| 9 | % compute partition values for a certain vector expressed on the vertices of the mesh.
|
---|
| 10 | % Use area weighted average.
|
---|
| 11 | Index: ../trunk-jpl/src/m/partition/partitioner.m
|
---|
| 12 | ===================================================================
|
---|
| 13 | --- ../trunk-jpl/src/m/partition/partitioner.m (revision 25108)
|
---|
| 14 | +++ ../trunk-jpl/src/m/partition/partitioner.m (revision 25109)
|
---|
| 15 | @@ -1,4 +1,4 @@
|
---|
| 16 | -function [partitionvector md]=partitioner(md,varargin)
|
---|
| 17 | +function [partitionvector, md]=partitioner(md,varargin)
|
---|
| 18 | %PARTITIONER - partition mesh
|
---|
| 19 | %
|
---|
| 20 | % List of options to partitioner:
|
---|
Note:
See
TracBrowser
for help on using the repository browser.