Changeset 5995
- Timestamp:
- 09/23/10 14:46:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHoriz/CreateConstraintsDiagnosticHoriz.cpp
r5596 r5995 85 85 /*Also add spcs of coupling: zero at the border pattyn/stokes for the appropriate dofs*/ 86 86 else if ((int)iomodel->vertices_type[i]==PattynStokesApproximationEnum){ 87 /*If grion macayeal, spc pattyn dofs: 3 & 4*/87 /*If grion,pattyn spc stokes dofs: 3 4 & 5*/ 88 88 if ((int)iomodel->gridonpattyn[i]){ 89 89 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. … … 103 103 104 104 } 105 else if ((int)iomodel->gridonstokes[i]){ 105 else if ((int)iomodel->gridonstokes[i]){ //spc pattyn grids: 1 & 2 106 106 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. 107 107 count++;
Note:
See TracChangeset
for help on using the changeset viewer.