<div class="gmail_quote">On Wed, Feb 22, 2012 at 16:52, Mohammad Mirzadeh <span dir="ltr">&lt;<a href="mailto:mirzadeh@gmail.com">mirzadeh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Should I be worried about function call overhead if make calls like AOXXXXToYYYY(ao, 1, &amp;node) for each node when setting up the linear system? If so, is there an array where AO internally saves the mapping information that I can access or do I need to first save the mapping once and reuse it?</blockquote>
</div><br><div>If you only need to do it once, the function call overhead should not be a big deal. If you need to apply the mapping frequently, it&#39;s better to do it in batches.</div>