Changeset 13415
- Timestamp:
- 09/20/12 18:11:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
r13414 r13415 5550 5550 /*Get values on the 3 vertices*/ 5551 5551 for (i=0;i<3;i++){ 5552 values[i]=vector[this->nodes[i]->GetVertexSid List()]; //careful, vector of values here is not parallel distributed, but serial distributed (from a serial Dakota core!)5552 values[i]=vector[this->nodes[i]->GetVertexSid()]; //careful, vector of values here is not parallel distributed, but serial distributed (from a serial Dakota core!) 5553 5553 } 5554 5554 … … 5656 5656 /*create input values: */ 5657 5657 for(i=0;i<3;i++){ 5658 row=this->nodes[i]->GetVertexSid List();5658 row=this->nodes[i]->GetVertexSid(); 5659 5659 values[i]=(IssmDouble)matrix[ncols*row+t]; 5660 5660 }
Note:
See TracChangeset
for help on using the changeset viewer.