- Timestamp:
- 11/07/12 11:25:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.cpp
r13880 r13893 47 47 MatSetFromOptions(this->matrix); 48 48 MatMPIAIJSetPreallocation(this->matrix,0,d_nnz,0,o_nnz); 49 //MatSetOption(this->matrix,MAT_NEW_NONZERO_ALLOCATION_ERR,PETSC_FALSE); 49 50 50 51 }
Note:
See TracChangeset
for help on using the changeset viewer.