<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 27, 2016 at 10:17 AM, gouarin <span dir="ltr"><<a href="mailto:loic.gouarin@math.u-psud.fr" target="_blank">loic.gouarin@math.u-psud.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to know if it is possible to use DMDACreateSection to create a grid for Stokes problem for example using Q2-Q1 finite element discretization. I read old threads that tell that the implementation was not yet finished. And there is some comments in the code like "this is wrong" that tell me that it may be not available.<br>
<br>
It could be great to use DMDA like DMPlex.<br></blockquote><div><br></div><div>I agree, but it was a lot of work to keep the implementation up, and I am way behind.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I use dmcomposite to do two grids but sections seems to be more easy to use and probably more efficient for the creation of the non zero structure of the matrix that solves the problem.<br></blockquote><div><br></div><div>I have switched to just using Plex for these things, since the data in the mesh is pretty small compared</div><div>to the solution, even if I represent the entire Cartesian grid.</div><div><br></div><div>I will also note that I think this is correct for the future as well since the DMForest implementation (the</div><div>wrapper Toby Isaac wrote for p4est) uses PetscSection as well, is memory efficient, and does structured</div><div>AMR. I am switching everything I had on DMDA to use this. If you want help in this direction, of course</div><div>I am at your service. I am currently getting my magma dynamics code to work in this way.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Best,<br>
Loic<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>