#include "petscmatlab.h" PetscErrorCode PetscMatlabEngineCreate(MPI_Comm comm,const char host[],PetscMatlabEngine *mengine)Not Collective
comm | - a separate MATLAB engine is started for each process in the communicator | |
host | - name of machine where MATLAB engine is to be run (usually NULL) |
mengine | - the resulting object |
-matlab_engine_graphics | - allow the MATLAB engine to display graphics | |
-matlab_engine_host | - hostname, machine to run the MATLAB engine on | |
-info | - print out all requests to MATLAB and all if its responses (for debugging) |