Changeset 21316


Ignore:
Timestamp:
10/26/16 17:07:43 (8 years ago)
Author:
Eric.Larour
Message:

CHG: extending to VertexSID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/c/classes/Elements/Element.cpp

    r21311 r21316  
    12201220                /*Fill in values*/
    12211221                this->GetVertexPidList(doflist);
     1222                this->GetInputListOnVerticesAtTime(values,input_enum,time);
     1223                vector->SetValues(numvertices,doflist,values,INS_VAL);
     1224                break;
     1225        case VertexSIdEnum:
     1226                doflist = xNew<int>(numvertices);
     1227                values = xNew<IssmDouble>(numvertices);
     1228                /*Fill in values*/
     1229                this->GetVerticesSidList(doflist);
    12221230                this->GetInputListOnVerticesAtTime(values,input_enum,time);
    12231231                vector->SetValues(numvertices,doflist,values,INS_VAL);
Note: See TracChangeset for help on using the changeset viewer.