source: issm/oecreview/Archive/24684-25833/ISSM-25108-25109.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 1.0 KB
  • ../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m

     
    1 function partvector=AreaAverageOntoPartition(md,vector,layer,partition)
     1function partvector=AreaAverageOntoPartition(md,vector,partition,layer)
    22%AREAAVERAGEONTOPARTITION
    33%   compute partition values for a certain vector expressed on the vertices of the mesh.
    44%   Use area weighted average.
  • ../trunk-jpl/src/m/partition/partitioner.m

     
    1 function [partitionvector md]=partitioner(md,varargin)
     1function [partitionvector, md]=partitioner(md,varargin)
    22%PARTITIONER - partition mesh
    33%
    44%   List of options to partitioner:
Note: See TracBrowser for help on using the repository browser.