Changeset 6006
- Timestamp:
- 09/23/10 16:19:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp
r6005 r6006 95 95 MatGetType(outmatrix,&type); 96 96 if((strcmp(type,"mpiaij")==0) || (strcmp(type,"aijmumps")==0)){ 97 printf("here\n");98 97 MatMPIAIJSetPreallocation(outmatrix,d_nz,NULL,o_nz,NULL); 99 98 }
Note:
See TracChangeset
for help on using the changeset viewer.