<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Dear PETSc team,
<div class=""><br class="">
</div>
<div class="">Is there a way to set the number of smoothing steps done inside a specific multigrid level l ?</div>
<div class="">Something like:</div>
<div class="">
<pre style="font-variant-ligatures: normal; orphans: 2; widows: 2;" class=""><a href="https://www.mcs.anl.gov/petsc/petsc-3.8/docs/manualpages/PCMG/PCMGSetNumberSmoothDown.html#PCMGSetNumberSmoothDown" class="">PCMGSetNumberSmoothDown</a>(<a href="https://www.mcs.anl.gov/petsc/petsc-3.8/docs/manualpages/PC/PC.html#PC" class="">PC</a> pc,<a href="https://www.mcs.anl.gov/petsc/petsc-3.8/docs/manualpages/Sys/PetscInt.html#PetscInt" class="">PetscInt</a> n, <a href="https://www.mcs.anl.gov/petsc/petsc-3.8/docs/manualpages/Sys/PetscInt.html#PetscInt" class="">PetscInt</a> l)</pre>
<div class=""><br class="">
</div>
</div>
<div class="">In this way I could, for example set 3 smoothing steps on level 1 and 7 smoothing steps on level 2.</div>
<div class=""><br class="">
</div>
<div class="">Thank you!</div>
<div class="">Pietro </div>
</body>
</html>