- Timestamp:
- 09/23/13 10:29:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/patches/petscpatches.h
r16228 r16231 39 39 MatType ISSMToPetscMatrixType(MatrixType type); 40 40 41 void PetscMatrixToDoubleMatrix(double** pmatrix, int* prows, int* pcols,Mat matrix);42 void PetscVectorToDoubleVector(double** pvector, int* prows, Vec vector);43 44 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.