Changeset 5995


Ignore:
Timestamp:
09/23/10 14:46:10 (14 years ago)
Author:
seroussi
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHoriz/CreateConstraintsDiagnosticHoriz.cpp

    r5596 r5995  
    8585                        /*Also add spcs of coupling: zero at the border pattyn/stokes for the appropriate dofs*/
    8686                        else if ((int)iomodel->vertices_type[i]==PattynStokesApproximationEnum){
    87                                 /*If grionmacayeal, spc pattyn dofs: 3 & 4*/
     87                                /*If grion,pattyn spc stokes dofs: 3 4 & 5*/
    8888                                        if ((int)iomodel->gridonpattyn[i]){
    8989                                                constraints->AddObject(new Spc(iomodel->constraintcounter+count+1,iomodel->nodecounter+i+1,3,0,DiagnosticHorizAnalysisEnum)); //add count'th spc, on node i+1, setting dof 1 to vx.
     
    103103
    104104                                        }
    105                                         else if ((int)iomodel->gridonstokes[i]){
     105                                        else if ((int)iomodel->gridonstokes[i]){ //spc pattyn grids: 1 & 2
    106106                                                constraints->AddObject(new Spc(iomodel->constraintcounter+count+1,iomodel->nodecounter+i+1,1,0,DiagnosticHorizAnalysisEnum)); //add count'th spc, on node i+1, setting dof 1 to vx.
    107107                                                count++;
Note: See TracChangeset for help on using the changeset viewer.