Changeset 12010


Ignore:
Timestamp:
04/16/12 17:01:59 (13 years ago)
Author:
Eric.Larour
Message:

Gone to src/matlab/io

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  
    1515
    1616class 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 #endif
    2517
    2618Vec NewVec(int size,bool fromlocalsize=false);
Note: See TracChangeset for help on using the changeset viewer.