source:
issm/oecreview/Archive/24684-25833/ISSM-25108-25109.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 1.0 KB |
-
../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m
1 function partvector=AreaAverageOntoPartition(md,vector, layer,partition)1 function partvector=AreaAverageOntoPartition(md,vector,partition,layer) 2 2 %AREAAVERAGEONTOPARTITION 3 3 % compute partition values for a certain vector expressed on the vertices of the mesh. 4 4 % Use area weighted average. -
../trunk-jpl/src/m/partition/partitioner.m
1 function [partitionvector md]=partitioner(md,varargin)1 function [partitionvector, md]=partitioner(md,varargin) 2 2 %PARTITIONER - partition mesh 3 3 % 4 4 % List of options to partitioner:
Note:
See TracBrowser
for help on using the repository browser.