<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><br></div><div>Hi GetDP developers,</div><div><br></div><div>as also some other users are interested in this feature, <br></div><div>I created a new ticket:</div><div>https://geuz.org/trac/getdp/ticket/24</div><div><br></div><div>It would be great if you implement it in the official GetDP version.</div><div>It shouldn't be a big task :-)</div><div><br></div><div>Regards</div><div>Stromi</div><div><br></div><div>p.s.</div><div>With GetDP you really did a great job!<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Old message</div><div>##########<br></div><div><br></div><div><br></div><div style="margin-bottom:0cm;"><span lang="en-GB">Hi </span><span id="yiv6008781yui_3_2_0_13_132005356965172" lang="en-GB">GetDP-developers
and -users,</span><span></span></div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;"><span lang="en-GB">I've a</span><span lang="en-GB">dded
a few lines of code to implement a new PostOperation output format
called NodeTable. </span>
</div>
<div id="yiv6008781yui_3_2_0_13_132005356965191" style="margin-bottom:0cm;"><span id="yiv6008781yui_3_2_0_13_132005356965190" lang="en-GB">It's for creating an
ASCII table of the following format:</span></div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div id="yiv6008781yui_3_2_0_13_132005356965152" style="margin-bottom:0cm;" lang="en-GB">NumberOfNodes</div>
<div style="margin-bottom:0cm;" lang="en-GB">NodeNumber       Value</div>
<div id="yiv6008781yui_3_2_0_13_1320053569651107" style="margin-bottom:0cm;" lang="en-GB">.         .</div>
<div style="margin-bottom:0cm;" lang="en-GB">.                .</div>
<div style="margin-bottom:0cm;" lang="en-GB">NodeNumber       Value</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;"><span lang="en-GB">This makes it very
easy to use post-processed results in other simulations according to
the hint from Ruth Sabariego:</span></div>
<div id="yiv6008781yui_3_2_0_13_132005356965196" style="margin-bottom:0cm;" lang="en-GB">http://www.geuz.org/pipermail/getdp/2011/001407.html</div><div id="yiv6008781yui_3_2_0_13_1320053569651101" style="margin-bottom:0cm;" lang="en-GB"><br id="yiv6008781yui_3_2_0_13_1320053569651104">
</div>
<div style="margin-bottom:0cm;" lang="en-GB">The usage is quite simple.
E.g.</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">PostOperation {</div>
<div id="yiv6008781yui_3_2_0_13_132005356965155" style="margin-bottom:0cm;" lang="en-GB">      { Name MyResult;
NameOfPostProcessing Ele;</div>
<div id="yiv6008781yui_3_2_0_13_132005356965160" style="margin-bottom:0cm;" lang="en-GB">          Operation {</div>
<div id="yiv6008781yui_3_2_0_13_132005356965165" style="margin-bottom:0cm;" lang="en-GB">                     Print[ V, OnElementsOf
MyDomain, Format NodeTable, File "V_NodeTable.txt"];</div>
<div id="yiv6008781yui_3_2_0_13_132005356965179" style="margin-bottom:0cm;" lang="en-GB">          }</div>
<div id="yiv6008781yui_3_2_0_13_132005356965182" style="margin-bottom:0cm;" lang="en-GB">      }</div>
<div style="margin-bottom:0cm;" lang="en-GB">}</div>
<div id="yiv6008781yui_3_2_0_13_132005356965187" style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">For implementing this new
feature there are just three files to be modified:</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">ProDefines.h</div>
<div style="margin-bottom:0cm;" lang="en-GB">-------------</div>
<div style="margin-bottom:0cm;" lang="en-GB">New line: 270</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">ProData.h</div>
<div style="margin-bottom:0cm;" lang="en-GB">---------</div>
<div style="margin-bottom:0cm;" lang="en-GB">New line: 1264</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">Pos_Print.cpp</div>
<div style="margin-bottom:0cm;" lang="en-GB">-------------</div>
<div style="margin-bottom:0cm;" lang="en-GB">New lines: 30, 159...172</div>
<div style="margin-bottom:0cm;" lang="en-GB">Partly new code: 384 ...
455</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">In the attachment you can
find the original (nightly snapshot from Friday 28.Oct.11) and
modified files.</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">I would be glad if the
developers will integrate it in the official GetDP version!</div>
<div style="margin-bottom:0cm;" lang="en-GB"><br>
</div>
<div style="margin-bottom:0cm;" lang="en-GB">Kind regards,</div>
<div style="margin-bottom:0cm;" lang="en-GB">Stromi</div>
<br></div></body></html>