<div dir="ltr"><div dir="ltr">On Wed, Nov 3, 2021 at 4:20 AM TARDIEU Nicolas 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><span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">Dear all,</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><br>
</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">As a practitioner of structural mechanics, I modestly wish to support Yuan's argument. Model mixing, and consequently finite element dimension
<span style="background-color:rgb(255,255,255);display:inline">mixing</span>, is (perhaps unfortunately) an inescapable practice of this engineering field. This has consequences not only on the nature of the meshes we use but also on the quasi-systematic
 recourse to linear relations (also named multipoints constraints, MPC) between the degrees of freedom of the different models (for example, linking a shell to a 3D part requires to write kinematic connections between displacements and rotatio</span><span style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">ns).</span>
<div><span style="font-family:Calibri,Helvetica,sans-serif">DMPlex handling such meshes would be a really great contribution for the structural mechanics community.</span></div></div></div></blockquote><div><br></div><div>Nicolas,</div><div><br></div><div>From my point of view, this is supported, so it would be good to understand what you do not think is supported:</div><div><br></div><div>1) Multiple models</div><div><br></div><div>     This is supported in the sense that you can use any data layout, and assemble any system you want into it. You can use</div><div>     beams along edges and shells on faces if you want. I have examples of different equations in different pieces of the domain.</div><div><br></div><div>2) Mesh with pieces hanging off</div><div><br></div><div>     This is supported in the sense that you can input such a mesh. You have to describe it completely, but it can be input and iterated over.</div><div><br></div><div>3) Mesh Interpolation</div><div><br></div><div>     If you only want to input vertices _and_ you want to input different dimensional objects, you will have to write code. There is no way to guess</div><div>     what you mean from a collection of vertices. You could</div><div><br></div><div>     a) Directly  call GetRawFaces() to do the interpolation per cell before input (seems easier)</div><div><br></div><div>     b) Rewrite the interpolation loop to check whether cell types have been set and just call the appropriate interpolation if they have</div><div><br></div><div>I guess you are arguing that I should add the code for 3). Most people I have interacted with use a mesh generator to make the meshes, so</div><div>I concentrated on importing those formats. Can meshes like these be made with those generators?</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><div id="gmail-m_-3853343073076428415Signature"><div><div name="divtagdefaultwrapper" style="margin:0px">
<span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"></span>
<div style="margin:0px"><span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">Best regards,
</span></div>
<span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"></span>
<div style="margin:0px"><font face="Calibri, Arial, Helvetica, sans-serif"><span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">Nicolas</span></font><br>
<div dir="ltr" style="font-family:Calibri,Arial,Helvetica,sans-serif;margin:0px">
<span lang="en-US"><font size="2" face="Calibri,sans-serif"><font size="1" face="Arial,sans-serif" color="#0062e1"><br>
</font></font></span></div>
</div>
</div>
</div>
</div>
</div>
<p></p>

<p><br>
Ce message et toutes les pièces jointes (ci-après le 'Message') sont établis à l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles. Toute utilisation de ce Message non conforme à sa destination, toute diffusion ou toute publication totale ou partielle, est interdite sauf autorisation expresse.</p>

<p>Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de votre système, ainsi que toutes ses copies, et de n'en garder aucune trace sur quelque support que ce soit. Nous vous remercions également d'en avertir immédiatement l'expéditeur par retour du message.</p>

<p>Il est impossible de garantir que les communications par messagerie électronique arrivent en temps utile, sont sécurisées ou dénuées de toute erreur ou virus.<br>
____________________________________________________</p>

<p>This message and any attachments (the 'Message') are intended solely for the addressees. The information contained in this Message is confidential. Any use of information contained in this Message not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval.</p>

<p>If you are not the addressee, you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return message.</p>

<p>E-mail communication cannot be guaranteed to be timely secure, error or virus-free.</p></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>