How to proceeed when the interpolation fails with the following error message:
Workspace size MXL is too small
STOP called from routine INTER1
An error has occurred in cfx5interp:
The CFX-5 Interpolation Program exited with return code 1


This error message is due to a wrong memory estimation, which can occur for long thin meshes, e.g. large differences in dimensions.

As workaround the interpolation can be started from command-line with the following command:

cfx5interp -dest name.def -res name.res -mxl <size>

By default, <size> is set to 1/3 * (No. of vertices in the definition file), so try a number 10-100 times higher.





Show Form
No comments yet. Be the first to add a comment!