Changeset 16137 for issm/trunk/src/c/toolkits/petsc/objects/PetscSolver.cpp
- Timestamp:
- 09/16/13 09:43:55 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 nightlylog 2 configure.sh 1 3 par 2 4 ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 15397-15401,15403-15487,15489-15701,15704-15735,15737-16076,16082-16133
- Property svn:ignore
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
old new 14 14 probe.results 15 15 stXXXX* 16 16 .deps 17 .dirstamp
-
- Property svn:ignore
-
issm/trunk/src/c/toolkits
-
Property svn:ignore
set to
.deps
.dirstamp
-
Property svn:ignore
set to
-
issm/trunk/src/c/toolkits/petsc/objects
-
Property svn:ignore
set to
.deps
.dirstamp
-
Property svn:ignore
set to
-
issm/trunk/src/c/toolkits/petsc/objects/PetscSolver.cpp
r15396 r16137 13 13 #include "../../../shared/MemOps/MemOps.h" 14 14 #include "../../../shared/Exceptions/exceptions.h" 15 #include "../../../shared/io/Comm/ Comm.h"15 #include "../../../shared/io/Comm/IssmComm.h" 16 16 #include "../../../shared/Enum/Enum.h" 17 17 … … 52 52 #endif 53 53 54 /* Stokes: */54 /*FS: */ 55 55 IS isv=NULL; 56 56 IS isp=NULL; … … 118 118 } 119 119 120 /* Stokes: */121 if (solver_type== StokesSolverEnum){120 /*FS: */ 121 if (solver_type==FSSolverEnum){ 122 122 /*Make indices out of doftypes: */ 123 if(!df)_error_("need doftypes for Stokessolver!\n");124 DofTypesToIndexSet(&isv,&isp,df, StokesSolverEnum);123 if(!df)_error_("need doftypes for FS solver!\n"); 124 DofTypesToIndexSet(&isv,&isp,df,FSSolverEnum); 125 125 126 126 /*Set field splits: */ … … 179 179 int velocity_count=0; 180 180 181 if(typeenum== StokesSolverEnum){181 if(typeenum==FSSolverEnum){ 182 182 183 183 /*Ok, recover doftypes vector values and indices: */
Note:
See TracChangeset
for help on using the changeset viewer.