<p>fix_modify AtC transfer <physics_type> control max_iterations <max_iterations><br/>
</p>
<ul>
<li>max_iterations (int) = maximum number of iterations that will be used by iterative matrix solvers<br/>
</li>
</ul>
<p>fix_modify AtC transfer <physics_type> control tolerance <tolerance><br/>
</p>
<ul>
<li>tolerance (float) = relative tolerance to which matrix equations will be solved<br/>
</li>
</ul>
<h2><aclass="anchor"id="examples">
examples</a></h2>
<p><code> fix_modify AtC control thermal max_iterations 10 </code><br/>
<code> fix_modify AtC control momentum tolerance 1.e-5 </code><br/>
</p>
<h2><aclass="anchor"id="description">
description</a></h2>
<p>Sets the numerical parameters for the matrix solvers used in the specified control algorithm. Many solution approaches require iterative solvers, and these methods enable users to provide the maximum number of iterations and the relative tolerance. </p>
<h2><aclass="anchor"id="restrictions">
restrictions</a></h2>
<p>only for be used with specific controllers : thermal, momentum <br/>
They are ignored if a lumped solution is requested </p>
<h2><aclass="anchor"id="related">
related</a></h2>
<h2><aclass="anchor"id="default">
default</a></h2>
<p>max_iterations is the number of rows in the matrix<br/>
tolerance is 1.e-10 </p>
</div>
<hrsize="1"/><addressstyle="text-align: right;"><small>Generated on 21 Aug 2013 for ATC by