Changeset 17110
- Timestamp:
- 01/14/14 13:16:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.cpp
r17109 r17110 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 // MatSetOption(this->matrix,MAT_NEW_NONZERO_ALLOCATION_ERR,PETSC_FALSE); 50 50 51 51 }
Note:
See TracChangeset
for help on using the changeset viewer.