Changeset 27527


Ignore:
Timestamp:
01/19/23 04:26:02 (2 years ago)
Author:
bdef
Message:

NEW: clarification in description

File:
1 edited

Legend:

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

    r25455 r27527  
    1818            default:    default value if point is outsite of triangulation (instead of linear interpolation)
    1919
     20    All fields should be arrays and not lists as this would crash the code.
     21
    2022    Example:
    2123        load('temperature.mat')
     
    3234    # Call Python module
    3335    data_interp = InterpFromMeshToMesh2d_python(*args)
    34 
    3536    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.