Changeset 22043
- Timestamp:
- 09/05/17 14:23:36 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r22014 r22043 1509 1509 1510 1510 /*Are we in transient or static? */ 1511 if(M==iomodel->numberofvertices){ 1511 if(M==1){ 1512 values[0]=vector[0]; 1513 this->AddInput(vector_enum,values,P0Enum); 1514 } 1515 else if(M==iomodel->numberofvertices){ 1512 1516 for(i=0;i<numvertices;i++) values[i]=vector[vertexids[i]-1]; 1513 1517 this->AddInput(vector_enum,values,P1Enum); … … 1538 1542 1539 1543 if (N==this->GetNumberOfNodes(P1Enum) ) this->AddInput(vector_enum,values,P1Enum); 1544 else if(N==this->GetNumberOfNodes(P1xP2Enum)) this->AddInput(vector_enum,values,P1xP2Enum); 1540 1545 else if(N==this->GetNumberOfNodes(P1xP3Enum)) this->AddInput(vector_enum,values,P1xP3Enum); 1541 1546 else _error_("Patch interpolation not supported yet");
Note:
See TracChangeset
for help on using the changeset viewer.