- Timestamp:
- 05/01/12 17:28:47 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in 17 15 stamp-h1 18 16 svn-commit* 19 nightlylog
-
- Property svn:mergeinfo changed
/issm/trunk merged: 11526,11533,11681-11682,11710,11778-11779,11995 /issm/trunk-jpl merged: 11992-11994,11996-12003,12005-12113,12115-12161,12163-12166
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/toolkits/petsc/patches/petscpatches.h
r12004 r12168 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); … … 51 43 MatType ISSMToPetscMatrixType(MatrixType type); 52 44 45 void PetscMatrixToDoubleMatrix(double** pmatrix, int* prows, int* pcols,Mat matrix); 46 void PetscVectorToDoubleVector(double** pvector, int* prows, Vec vector); 47 53 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.