Changeset 6232
- Timestamp:
- 10/11/10 10:32:52 (14 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/VerticesDofx/VerticesDofx.cpp
r6231 r6232 1 1 /*!\file VerticesDofx 2 2 * \brief: establish degrees of freedom for all vertices: */ 3 */4 3 5 4 #include "./VerticesDofx.h" -
issm/trunk/src/c/objects/Elements/Penta.cpp
r6231 r6232 3965 3965 3966 3966 int i; 3967 for(i=0;i<NUMVERTICES;i++) doflist[i]=nodes[i]->GetSidList();3967 for(i=0;i<NUMVERTICES;i++) sidlist[i]=nodes[i]->GetSidList(); 3968 3968 3969 3969 } -
issm/trunk/src/c/objects/Elements/Tria.cpp
r6231 r6232 4565 4565 4566 4566 int i; 4567 for(i=0;i<NUMVERTICES;i++) doflist[i]=nodes[i]->GetSidList();4567 for(i=0;i<NUMVERTICES;i++) sidlist[i]=nodes[i]->GetSidList(); 4568 4568 4569 4569 }
Note:
See TracChangeset
for help on using the changeset viewer.