source:
issm/oecreview/Archive/12678-13393/ISSM-13314-13315.diff
Last change on this file was 13394, checked in by , 13 years ago | |
---|---|
File size: 1.1 KB |
-
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp
206 206 /*FUNCTION Node::Configure {{{*/ 207 207 void Node::Configure(DataSet* nodesin,Vertices* verticesin){ 208 208 209 int i;210 211 209 /*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 212 210 * datasets, using internal ids and off_sets hidden in hooks: */ 213 211 hvertex->configure(verticesin); 214 212 215 } 213 }/*}}}*/ 216 214 /*FUNCTION Node::SetCurrentConfiguration {{{*/ 217 215 void Node::SetCurrentConfiguration(DataSet* nodesin,Vertices* verticesin){ 218 216 219 } 217 }/*}}}*/ 220 218 /*FUNCTION Node::GetDof {{{*/ 221 219 int Node::GetDof(int dofindex,int setenum){ 222 220 … … 234 232 } 235 233 else _error_("set of enum type " << EnumToStringx(setenum) << " not supported yet!"); 236 234 237 } 238 /*}}}*/ 235 } /*}}}*/ 239 236 /*FUNCTION Node::GetDofList1{{{*/ 240 237 int Node::GetDofList1(void){ 241 238
Note:
See TracBrowser
for help on using the repository browser.