<div dir="ltr"><div dir="ltr">On Tue, Feb 5, 2019 at 9:47 AM Andrew Parker via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Does anyone have a MWE for DMPlexCreateCGNS to use in parallel? Ideally, read parallel, distribute in parallel, construct ghost cells (for parallel comms and halos for physical boundaries)? It's for a cell-centered solver working with cgns meshes.  Is there any limitation on cell-types?</div></div></div></blockquote><div><br></div><div>1) CGNS is a terrible format, unfortunately. Are you sure about committing to it? Always best to question design decisions before lots of code has been written.</div><div><br></div><div>2) DMPlexCreateCGNS() probably works, but it has not been tested exhaustively.</div><div><br></div><div>3) It does not work in parallel, and is unlikely to in the near future. In order to read in parallel, you should be able to nicely select</div><div>    blocks from disk in the format, and also have local BC specification (rather than global numbers). MED is a nice format like this.</div><div>    It is the CASCADE format, and GMsh uses it internally. We can now read MED in parallel. Without too much work, we could also</div><div>    read ExodusII in parallel I think.</div><div><br></div><div>4) Once read, you get a regular Plex, so you can redistribute, make ghost cells, etc. as you can for any Plex mesh.</div><div><br></div><div>5) As long as all you want Plex to do is manage topology and field data, then you can have whatever mix of cell types you want.</div><div><br></div><div>6) Limitations on cell types come from routines that calculate geometric quantities, integrate, etc.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Thanks,</div><div>Andy</div><div><br></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>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><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>