<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 4, 2013 at 10:33 PM, Dharmendar Reddy <span dir="ltr"><<a href="mailto:dharmareddy84@gmail.com" target="_blank">dharmareddy84@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div><div>        Do i am currently cloned petsc using git. Looks like the function you mentioned is in knepley/pylith. How do i switch to that branch ?<br>
</div><div>I guess i need to pull the branch before switching ?<br>
</div>git branch knepley/pylith<br></div></div></blockquote><div><br></div></div></div><div class="gmail_extra"><div class="gmail_quote"><div style>That would create a new branch at the current HEAD, you want 'git checkout knepley/pylith' which should tell you:</div>
<div style><div><br></div><div>  Branch knepley/pylith set up to track remote branch knepley/pylith from origin.</div><div>  Switched to a new branch 'knepley/pylith'</div><div><br></div></div><div style>Since the old 'knepley/pylith' was merged to 'master' a while back, Matt probably would have been better off to have fast-forwarded his branch so that it used all the latest stuff in 'master'.</div>
</div></div><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><div></div>and <br></div>reconfigure ?<br><div class="gmail_extra"><br></div><div class="gmail_extra">May not be of (immediate) concern but an observation about the LocatePoint_<Simplex> codes. <br>
<br>I see that test is done for every cell by calculating the ref cell mapped coordinates for a given point. It might help speed up things if there is a test to first check if the given point is with in the square/cube containing the simplex. <br>

<br></div><div class="gmail_extra">The above test will make sure that the point is inside the cell or with in one of the adjoining cells.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I am assuming the DMPlex object has information about cells adjoining a given cell. Since the LocatePoint_<Simplex> calculates the ref cell mapped coordinates, I may be wrong here but i am thinking we can use that information to check outside which facet of the refcell the given point is and then try to locate the point in the cell sharing that facet. </div>
</blockquote></div><br><br></div></div>