Changeset 2273
- Timestamp:
- 09/22/09 15:55:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp
r1 r2273 58 58 /*Same as above, except we bypass the default sparsity: */ 59 59 if(pconnectivity || pnumberofdofspernode) 60 throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of po niters-> sparsity: ",60 throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of pointers-> sparsity: ", 61 61 psparsity," connectivity: ",pconnectivity," numberofdofspernode: ",pnumberofdofspernode)); 62 62 … … 75 75 *present per row: */ 76 76 77 if(psparsity)throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of po niters-> sparsity: ",77 if(psparsity)throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of pointers-> sparsity: ", 78 78 psparsity," connectivity: ",pconnectivity," numberofdofspernode: ",pnumberofdofspernode)); 79 79 … … 89 89 } 90 90 else{ 91 throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of po niters-> sparsity: ",91 throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of pointers-> sparsity: ", 92 92 psparsity," connectivity: ",pconnectivity," numberofdofspernode: ",pnumberofdofspernode)); 93 93 }
Note:
See TracChangeset
for help on using the changeset viewer.