Changeset 12900
- Timestamp:
- 08/03/12 17:18:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Solverx/Solverx.cpp
r12850 r12900 31 31 /*According to matrix type, use specific solvers: */ 32 32 if(Kff->type==PetscMatType){ 33 #ifdef _HAVE_PETSC_ 33 34 PetscVec* uf0_vector = NULL; 34 35 PetscVec* df_vector = NULL; … … 37 38 38 39 SolverxPetsc(&uf->pvector,Kff->pmatrix,pf->pvector,uf0_vector,df_vector,parameters); 40 #else 41 _error_("ISSM should be compiled with Petsc support for this operation!"); 42 #endif 39 43 } 40 44 else if(Kff->type==SeqMatType){
Note:
See TracChangeset
for help on using the changeset viewer.