Changeset 23168


Ignore:
Timestamp:
08/24/18 08:37:36 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: improved help

Location:
issm/trunk-jpl/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.m

    r20875 r23168  
    66%      or data_interp=InterpFromMeshToMesh2d(index,x,y,data,x_interp,y_interp,OPTIONS);
    77%
    8 %   index:      index of the mesh where data is defined
    9 %   x,y:        coordinates of the nodes where data is defined
    10 %   data:       matrix holding the data to be interpolated onto the mesh (one column per field)
    11 %   x_interp,y_interpcoordinates of the points onto which we interpolate
    12 %   data_interp:        vector of mesh interpolated data
     8%   index             : index of the mesh where data is defined (e.g. md.mesh.elements)
     9%   x,y               : coordinates of the nodes where data is defined
     10%   data              : matrix holding the data to be interpolated onto the mesh (one column per field)
     11%   x_interp,y_interp : coordinates of the points onto which we interpolate
     12%   data_interp       : vector of mesh interpolated data
    1313%   Available options:
    1414%      default: default value if point is outsite of triangulation (instead of linear interpolation)
  • issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.py

    r20909 r23168  
    99                        or data_interp=InterpFromMeshToMesh2d(index,x,y,data,x_interp,y_interp,OPTIONS);
    1010               
    11                 index:  index of the mesh where data is defined
     11                index:  index of the mesh where data is defined (e.g. md.mesh.elements)
    1212                x,y:    coordinates of the nodes where data is defined
    1313                data:   matrix holding the data to be interpolated onto the mesh (one column per field)
  • issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp

    r20877 r23168  
    1414        _printf0_("      or data_interp=InterpFromMeshToMesh2d(index,x,y,data,x_interp,y_interp,OPTIONS);\n");
    1515        _printf0_("\n");
    16         _printf0_("      index             : index of the mesh where data is defined\n");
     16        _printf0_("      index             : index of the mesh where data is defined (e.g. md.mesh.elements)\n");
    1717        _printf0_("      x,y               : coordinates of the nodes where data is defined\n");
    1818        _printf0_("      data              : matrix holding the data to be interpolated onto the mesh. (one column per field)\n");
Note: See TracChangeset for help on using the changeset viewer.