udfOpenPipePrim()
Open a pipe to an external program from master processor.
Syntax
udfOpenPipePrim( udfHd, command ) ;
Type
AcuSolve User-Defined Function Client
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
- command (string)
- Name and arguments of the external program.
Return Value
None
Description
udfOpenPipePrim( udfHd, "rsh pelican usrPres.pl 4 1 0" ) ;
Errors
- This routine expects a valid udfHd
- May only be called from a multiplier function or mesh motion user-defined function.