Ignore:
Timestamp:
05/16/11 15:50:34 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved grids to nodes/vertices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/InterpFromGridToMesh/InterpFromGridToMesh.cpp

    r7519 r8306  
    11/*!\file InterpFromGridToMesh.c
    2  * \brief: data interpolation from a list of (x,y,values) into mesh grids
     2 * \brief: data interpolation from a list of (x,y,values) into mesh vertices
    33 
    44        InterpFromGridToMesh.c
     
    1212                x,y: coordinates of matrix data
    1313                data - matrix holding the data to be interpolated onto the mesh.
    14                 x_mesh,y_mesh: coordinates of the mesh grids onto which we interpolate.
     14                x_mesh,y_mesh: coordinates of the mesh vertices onto which we interpolate.
    1515               
    1616                output:
Note: See TracChangeset for help on using the changeset viewer.