Changeset 27527
- Timestamp:
- 01/19/23 04:26:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.py
r25455 r27527 18 18 default: default value if point is outsite of triangulation (instead of linear interpolation) 19 19 20 All fields should be arrays and not lists as this would crash the code. 21 20 22 Example: 21 23 load('temperature.mat') … … 32 34 # Call Python module 33 35 data_interp = InterpFromMeshToMesh2d_python(*args) 34 35 36 return data_interp[0] # NOTE: Value returned from wrapper function is a tuple, the first element of which being the result we actually want
Note:
See TracChangeset
for help on using the changeset viewer.