- Timestamp:
- 05/16/11 15:50:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/InterpFromGridToMesh/InterpFromGridToMesh.cpp
r7519 r8306 1 1 /*!\file InterpFromGridToMesh.c 2 * \brief: data interpolation from a list of (x,y,values) into mesh grids2 * \brief: data interpolation from a list of (x,y,values) into mesh vertices 3 3 4 4 InterpFromGridToMesh.c … … 12 12 x,y: coordinates of matrix data 13 13 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. 15 15 16 16 output:
Note:
See TracChangeset
for help on using the changeset viewer.