Changeset 12101
- Timestamp:
- 04/20/12 18:22:48 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/toolkits/petsc/patches
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/patches/petscpatches.h
r12010 r12101 43 43 MatType ISSMToPetscMatrixType(MatrixType type); 44 44 45 void PetscMatrixToDoubleMatrix(double** pmatrix, int* prows, int* pcols,Mat matrix); 46 void PetscVectorToDoubleVector(double** pvector, int* prows, Vec vector); 47 45 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.