<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">You can control the factors with</div>
<div class=""><br class="">
</div>
<div class=""><b class="">-ts_adapt_clip <low>,<high></b>- to set admissible time step decrease and increase factors</div>
<div class=""><br class="">
</div>
<div class="">The default setting uses low=0.1, high=10.</div>
<div class=""> </div>
<a href="https://petsc.org/release/docs/manualpages/TS/TSAdaptSetClip.html#TSAdaptSetClip" class="">https://petsc.org/release/docs/manualpages/TS/TSAdaptSetClip.html#TSAdaptSetClip</a><br class="">
<div><br class="">
</div>
<div>Hong (Mr.)</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Mar 5, 2022, at 12:26 PM, Tang, Qi <tangqi@msu.edu> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">Hi,<br class="">
Is there a simple way to control the first few adaptive time step? Currently, I am using the following options but dt grows too fast initially. The first few time steps increase dt by a factor of 10 in each time step. Is there a way to do a slow start, say,
 a factor of 2 instead of 10? Thanks.<br class="">
<br class="">
-ts_type arkimex<br class="">
-ts_arkimex_type 2e<br class="">
-ts_arkimex_fully_implicit <br class="">
-ts_adapt_dt_min 1.0e-5 <br class="">
-ts_adapt_dt_max 1.0e-2 <br class="">
-ts_adapt_type basic<br class="">
<br class="">
Qi<br class="">
T-5@LANL</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>