10 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
13 #include "../classes.h"
14 #include "../../shared/shared.h"
43 material_id = element_id;
46 int* vertex_ids = xNew<int>(numvertices);
47 for(
int i=0;i<numvertices;i++){
48 vertex_ids[i]=reCast<int>(iomodel->
elements[(element_id-1)*numvertices+i]);
63 xDelete<int>(vertex_ids);
70 bool* hnodesi_null=NULL;
71 bool hnodes_null=
true;
72 bool hneighbors_null=
true;
83 if(this->
hnodes[i])hnodesi_null[i]=
false;
84 else hnodesi_null[i]=
true;
108 if(!hnodesi_null[i])this->
hnodes[i]=
new Hook();
109 else this->
hnodes[i]=NULL;
117 this->
hvertices->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
118 this->
hmaterial->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
122 if(hnodesi_null) xDelete<bool>(hnodesi_null);
129 _printf_(
" ElementHook DeepEcho:\n");
136 else _printf_(
" hnodes["<< i <<
"] = NULL\n");
143 else _printf_(
" hvertices = NULL\n");
147 else _printf_(
" hmaterial = NULL\n");
151 else _printf_(
" hneighbors = NULL\n");
171 else _printf_(
" hvertices = NULL\n");
175 else _printf_(
" hmaterial = NULL\n");
179 else _printf_(
" hneighbors = NULL\n");
189 if(this->
hnodes) this->
hnodes[analysis_counter]=
new Hook(node_ids,numnodes);