Changeset 4170 for issm/trunk/src/c/objects/Node.cpp
- Timestamp:
- 06/23/10 14:00:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.cpp
r4140 r4170 929 929 void Node::CreatePartition(Vec partition){ 930 930 931 int idxm; 932 double value; 933 934 idxm=(id-1); 935 value=(double)this->indexing.doflist[0]; 936 ISSMASSERT(value>=0); 937 938 VecSetValues(partition,1,&idxm,&value,INSERT_VALUES); 939 931 ISSMERROR(" not supported yet!"); 940 932 return; 941 933 }
Note:
See TracChangeset
for help on using the changeset viewer.