Le Wednesday 15 April 2009, oka a écrit :
> Dear Stephane,
>
> Thank you for your response.
> I thouht the same way you mentioned.
> It is not a smart way...
> One more request is step function because
> step function like (x<1) is not avilable
> for ff3d.
Yes, step functions are available. You can write (e.g.)
        function ki = 1-one((x>0.4)&&(x<0.6));
The 'one' keyword corresponds to the indicator function. It is 1 if the 
boolean expression true, 0 if false.

> If macro is avilable it might be all right.
No. Macro are not available.

> Parallel Pets can be used ?? For 3D, parallel
> execution is indispensable.
No parallelism is implemented in ff3d.

Regards,
Stéphane.

_______________________________________________
ff3d-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/ff3d-users

Reply via email to