Changeset 12010
- Timestamp:
- 04/16/12 17:01:59 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/toolkits/petsc/patches
- Files:
-
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/patches/petscpatches.h
r11941 r12010 15 15 16 16 class Parameters; 17 18 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)19 #include "mex.h"20 int MatlabMatrixToPetscMatrix(Mat* matrix,int* prows,int* pcols, const mxArray* mxmatrix);21 int MatlabVectorToPetscVector(Vec* pvector,int* pvector_rows,const mxArray* mxvector);22 int PetscMatrixToMatlabMatrix(mxArray** pdataref,Mat matrix);23 int PetscVectorToMatlabVector(mxArray** pdataref,Vec vector);24 #endif25 17 26 18 Vec NewVec(int size,bool fromlocalsize=false);
Note:
See TracChangeset
for help on using the changeset viewer.