Changeset 8666
- Timestamp:
- 06/20/11 09:04:31 (14 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r8657 r8666 6802 6802 /*For this result,fill the information in the Patch object (element id + vertices ids), and then hand 6803 6803 *it to the result object, to fill the rest: */ 6804 patch->fillelementinfo(count,this-> id,vertices_ids,6);6804 patch->fillelementinfo(count,this->sid+1,vertices_ids,6); 6805 6805 elementresult->PatchFill(count,patch); 6806 6806 -
issm/trunk/src/c/objects/Elements/Tria.cpp
r8657 r8666 4547 4547 /*For this result,fill the information in the Patch object (element id + vertices ids), and then hand 4548 4548 *it to the result object, to fill the rest: */ 4549 patch->fillelementinfo(row,this-> id,vertices_ids,3);4549 patch->fillelementinfo(row,this->sid+1,vertices_ids,3); 4550 4550 elementresult->PatchFill(row,patch); 4551 4551
Note:
See TracChangeset
for help on using the changeset viewer.