Changeset 3813
- Timestamp:
- 05/18/10 13:23:04 (15 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/IoModel.cpp ¶
r3811 r3813 112 112 xfree((void**)&this->my_bordervertices); 113 113 xfree((void**)&this->penaltypartitioning); 114 xfree((void**)&this->singlenodetoelementconnectivity); 114 115 #endif 115 116 } … … 363 364 this->numpenalties=0; 364 365 this->penalties=NULL; 365 this->penaltypartitioning=NULL;366 366 367 367 /*!basal: */ … … 383 383 this->my_bordervertices=NULL; 384 384 this->penaltypartitioning=NULL; 385 this->singlenodetoelementconnectivity=NULL; 385 386 } 386 387 /*}}}*/ -
TabularUnified issm/trunk/src/c/objects/Loads/Pengrid.cpp ¶
r3784 r3813 85 85 /*hooks: */ 86 86 pengrid_node_id=index+1; 87 ISSMASSERT(iomodel->singlenodetoelementconnectivity); 88 ISSMASSERT(index>=0 && index<iomodel->numberofvertices); 87 89 pengrid_element_id=iomodel->singlenodetoelementconnectivity[index]; 88 90 pengrid_matpar_id=iomodel->numberofelements+1; //refers to the constant material parameters object
Note:
See TracChangeset
for help on using the changeset viewer.