Ignore:
Timestamp:
07/23/13 14:23:07 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: hutter-> SIA macayeal->SSA pattyn->HO stokes->FS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscSolver.cpp

    r14960 r15564  
    5252        #endif
    5353
    54         /*Stokes: */
     54        /*FS: */
    5555        IS         isv=NULL;
    5656        IS         isp=NULL;
     
    118118        }
    119119
    120         /*Stokes: */
    121         if (solver_type==StokesSolverEnum){
     120        /*FS: */
     121        if (solver_type==FSSolverEnum){
    122122                /*Make indices out of doftypes: */
    123                 if(!df)_error_("need doftypes for Stokes solver!\n");
    124                 DofTypesToIndexSet(&isv,&isp,df,StokesSolverEnum);
     123                if(!df)_error_("need doftypes for FS solver!\n");
     124                DofTypesToIndexSet(&isv,&isp,df,FSSolverEnum);
    125125
    126126                /*Set field splits: */
     
    179179        int      velocity_count=0;
    180180
    181         if(typeenum==StokesSolverEnum){
     181        if(typeenum==FSSolverEnum){
    182182
    183183                /*Ok, recover doftypes vector values and indices: */
Note: See TracChangeset for help on using the changeset viewer.