petsc-3.7.1 2016-05-15
PETSC_MATLAB_ENGINE_
Creates a matlab engine shared by all processors in a communicator.
Synopsis
#include "petscmatlab.h"
PetscMatlabEngine PETSC_MATLAB_ENGINE_(MPI_Comm comm)
Not Collective Many br
Input Parameter
comm -the MPI communicator to share the engine Many br
Many br
Notes
Unlike almost all other PETSc routines, this does not return Many bran error code. Usually used in the form Many br
PetscMatlabEngineYYY(XXX object,PETSC_MATLAB_ENGINE_(comm));
See Also
PetscMatlabEngineDestroy(), PetscMatlabEnginePut(), PetscMatlabEngineGet(),
PetscMatlabEngineEvaluate(), PetscMatlabEngineGetOutput(), PetscMatlabEnginePrintOutput(), Many brPetscMatlabEngineCreate(), PetscMatlabEnginePutArray(), PetscMatlabEngineGetArray(), PetscMatlabEngine, Many brPETSC_MATLAB_ENGINE_WORLD, PETSC_MATLAB_ENGINE_SELF Many br
Level:developer
Location:src/sys/classes/matlabengine/matlab.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex5.c.html