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

PetscViewerMatlabGetArray

Gets a variable from a MATLAB viewer into an array

Synopsis

PetscErrorCode  PetscViewerMatlabGetArray(PetscViewer mfile,int m,int n,PetscScalar *array,const char *name)
Not Collective; only processor zero reads in the array Many br

Input Parameters

mfile - the MATLAB file viewer Many br
m,n - the dimensions of the array Many br
array - the array (represented in one dimension) Many br
name - the name of the array Many br

Many br

Notes: Only reads in array values on processor 0. Many br

Level:advanced
Location:
src/sys/classes/viewer/impls/matlab/vmatlab.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages