petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscMatlabEngineCreate

Creates a MATLAB engine object

Synopsis

#include "petscmatlab.h"  
PetscErrorCode  PetscMatlabEngineCreate(MPI_Comm comm,const char machine[],PetscMatlabEngine *mengine)
Not Collective Many br

Input Parameters

comm - a separate MATLAB engine is started for each process in the communicator Many br
machine - name of machine where MATLAB engine is to be run (usually NULL) Many br

Output Parameter

mengine -the resulting object Many br

Options Database

-matlab_engine_graphics -allow the MATLAB engine to display graphics Many br

Many br

See Also

PetscMatlabEngineDestroy(), PetscMatlabEnginePut(), PetscMatlabEngineGet(),
PetscMatlabEngineEvaluate(), PetscMatlabEngineGetOutput(), PetscMatlabEnginePrintOutput(), Many brPETSC_MATLAB_ENGINE_(), PetscMatlabEnginePutArray(), PetscMatlabEngineGetArray(), PetscMatlabEngine Many br

Level:advanced
Location:
src/sys/classes/matlabengine/matlab.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages