<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hello,</p>
<p style="margin-top:0;margin-bottom:0">I have a Petsc code solving PDE using FD method, and I generated the structures grid with DMDA. I was planning to implement adaptive mesh refinement to the same structures mesh but the documentation on the DMForest is
 not easy to find. I checked the <span>petsc/src/dm/impls/forest/examples/tutorials</span> but I found one tutorial which did not have so much information. I also found
<span>src/ts/examples/tutorials/ex11.c</span> but it was for DMPlex, and finite volume method.
<br>
</p>
<p style="margin-top:0;margin-bottom:0">I wonder if there is another example for DMForest?
<br>
</p>
<p style="margin-top:0;margin-bottom:0">Thanks,<br>
</p>
</div>
</body>
</html>