<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi All,<br><br>To make my last email clearer, is it possible to use comparisons inside MathEval to choose different characteristic lengths according to the test?. <br><br>As a simple example, this would set use the lc1 characteristic length if the distance to node 1 is smaller than the distance to node 2, and would use lc2 otherwise. However, the MathEval reports an error (it does not accept the comparison operators <, <=, >, >=):<br><br>lc1 = 1;<br>lc2 = 10;<br><br>Field[ 1 ] = Attractor;<br>Field[ 1 ].NodesList = { 1 };<br><br>Field[ 1 ] = Attractor;<br>
Field[ 1 ].NodesList = { 2 };<br>
<br>Field[ 3 ] = MathEval;<br>
Field[ 3 ].F = Sprintf( " (F1<F2)*lc1 + (F1>=F2)*lc2 " );<br><br>Cheers and thanks,<br>
Mike.</td></tr></table><br>