lammps/doc/USER/atc/man_hardy_on_the_fly.html

35 lines
2.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ATC: fix_modify AtC transfer on_the_fly</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<h1><a class="anchor" name="man_hardy_on_the_fly">fix_modify AtC transfer on_the_fly</a></h1><h2><a class="anchor" name="syntax">
syntax</a></h2>
fix_modify AtC transfer on_the_fly &lt;bond | kernel&gt; &lt;optional on | off&gt; <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><a class="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><a class="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><a class="anchor" name="restrictions">
restrictions</a></h2>
Must be used with the hardy AtC transfer ( see <a class="el" href="man_fix_atc.html">fix atc command</a> ) <h2><a class="anchor" name="related">
related</a></h2>
<h2><a class="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>
<hr size="1"><address style="align: right;"><small>Generated on Mon Aug 17 09:35:16 2009 for ATC by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>