<h1><aclass="anchor"name="man_hardy_on_the_fly">fix_modify AtC transfer on_the_fly</a></h1><h2><aclass="anchor"name="syntax">
syntax</a></h2>
fix_modify AtC transfer on_the_fly <bond | kernel><optional on | off><br>
<ul>
<li>bond | kernel (keyword) = specifies on-the-fly calculation of bond or kernel matrix elements <br>
</li><li>on | off (keyword) = activate or discontinue on-the-fly mode <br>
</li></ul>
<h2><aclass="anchor"name="examples">
examples</a></h2>
<code> fix_modify AtC transfer on_the_fly bond on </code><br>
<code> fix_modify AtC transfer on_the_fly kernel </code><br>
<code> fix_modify AtC transfer on_the_fly kernel off </code><br>
<h2><aclass="anchor"name="description">
description</a></h2>
Overrides normal mode of pre-calculating and storing bond pair-to-node and kernel atom-to-node matrices. If activated, will calculate elements of these matrices during repeated calls of field computations (i.e. "on-the-fly") and not store them for future use. <br>
on flag is optional - if omitted, on_the_fly will be activated for the specified matrix. Can be deactivated using off flag. <br>
<h2><aclass="anchor"name="restrictions">
restrictions</a></h2>
Must be used with the hardy AtC transfer ( see <aclass="el"href="man_fix_atc.html">fix atc command</a> ) <h2><aclass="anchor"name="related">
related</a></h2>
<h2><aclass="anchor"name="default">
default</a></h2>
By default, on-the-fly calculation is not active (i.e. off). However, code does a memory allocation check to determine if it can store all needed bond and kernel matrix elements. If this allocation fails, on-the-fly is activated. <br>
<hrsize="1"><addressstyle="align: right;"><small>Generated on Mon Aug 17 09:35:16 2009 for ATC by