Changeset 24527
- Timestamp:
- 01/22/20 13:32:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_schurcg.cpp
r23925 r24527 88 88 * and I the Schur preconditioner (stored here, because the space was allocated either way) 89 89 * */ 90 #if _PETSC_MINOR_> 1090 #if _PETSC_MINOR_>8 91 91 MatCreateSubMatrix(Kff,isv,isv,MAT_INITIAL_MATRIX,&A); 92 92 MatCreateSubMatrix(Kff,isv,isp,MAT_INITIAL_MATRIX,&B); … … 99 99 100 100 /* Extract preconditioner matrix on the pressure space*/ 101 #if _PETSC_MINOR_> 10101 #if _PETSC_MINOR_>8 102 102 MatCreateSubMatrix(Kff,isp,isp,MAT_INITIAL_MATRIX,&IP); 103 103 #else … … 539 539 540 540 /*Extract A, B, B^T */ 541 #if _PETSC_MINOR_> 10541 #if _PETSC_MINOR_>8 542 542 MatCreateSubMatrix(Kff->pmatrix->matrix,isv,isv,MAT_INITIAL_MATRIX,&A); 543 543 MatCreateSubMatrix(Kff->pmatrix->matrix,isv,isp,MAT_INITIAL_MATRIX,&B);
Note:
See TracChangeset
for help on using the changeset viewer.