<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://imechanica.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>iMechanica - crack growth - Comments</title>
 <link>http://imechanica.org/taxonomy/term/834</link>
 <description>Comments for &quot;crack growth&quot;</description>
 <language>en</language>
<item>
 <title>Re: maxent basis</title>
 <link>http://imechanica.org/node/1215#comment-2352</link>
 <description>&lt;p&gt;Hi all,&lt;br /&gt;Biswajit, I understand your questions, why yet another meshfree method? First I would like to point out that there are many meshfree methods (at least many acronyms) but not so many meshfree approximants. The moving-least squares idea is very nice and is at the root of most methods. The maxent approximants provide an alternative method and rationale to construct approximants from a scattered set of points. &lt;br /&gt;I think Suku gave a very good account on the advantages of these particular shape functions as compared to others. I would summarize them as: (1) efficient and robust calculation in any spacial dimension, not just 1, 2 or three, (2) dirichlet BCs are straightforward, (3) since they are nonnegative they do not display Gibbs-type oscillations near shocks, (4) for PDE with smooth solutions, the accuracy of Galerkin methods based on these approximants is very good, hence for a given accuracy they are much more efficient than FE. But to be honest, I am most excited about the connection it establishes between different areas such as convex geometry, information theory, approximation theory and numerical methods, statistical learning, etc. As a matter of fact a very similar method has been devised for unsupervised statistical learning, and it is argued that max-ent approximants have very robust in the presence of noisy data and perform particularly well in high-D. &lt;br /&gt;&lt;a href=&quot;http://idl.ee.washington.edu/publications/thesis.pdf&quot; title=&quot;http://idl.ee.washington.edu/publications/thesis.pdf&quot;&gt;http://idl.ee.washington.edu/publications/thesis.pdf&lt;/a&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Marino&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 17 Apr 2007 11:42:53 -0400</pubDate>
 <dc:creator>Marino Arroyo</dc:creator>
 <guid isPermaLink="false">comment 2352 at http://imechanica.org</guid>
</item>
<item>
 <title>Thank you Prof. Sukumar!</title>
 <link>http://imechanica.org/node/1215#comment-2291</link>
 <description>&lt;p&gt;Dear Sukumar,&lt;/p&gt;
&lt;p&gt;Thank you for your quick response and detailed clarification! I totally agree with you that the max-ent method is more flexible and possessing  Kronecker delta property is really a unqie feature as compared with standard meshfree method. It is very useful for treating bimaterial composites. I will try it!&lt;/p&gt;
&lt;p&gt;Jinxiong&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 14 Apr 2007 07:58:54 -0400</pubDate>
 <dc:creator>Jinxiong Zhou</dc:creator>
 <guid isPermaLink="false">comment 2291 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Max-ent questions</title>
 <link>http://imechanica.org/node/1215#comment-2290</link>
 <description>&lt;p&gt;Jinxiong, In regard to your questions: &lt;strong&gt;1)&lt;/strong&gt; Yes, any &lt;strong&gt;continuous&lt;/strong&gt; weight function that has compact-support can be used. Need at least continuity on the weight to get C0 basis functions; can get smoother basis functions if smoother weights are used (similar to mls). If a constant weight is used (&lt;img src=&quot;http://dilbert.engr.ucdavis.edu/~suku/blog/gifs/wi.gif&quot; border=&quot;0&quot; align=&quot;middle&quot; /&gt;) then all the basis functions are non-zero at any point in the entire domain, and hence they are not compactly-supported. Plots of basis functions for couple of different weights appear in the paper that I attached. &lt;strong&gt;2)&lt;/strong&gt; No scheme can beat fem if just a straight-up comparison of basis function computations is done; a more realistic comparison would be the overall run-time in light of the accuracy that can be achieved and also if capabilities can be extended beyond the known limits of fem. I have not done a straight-up comparison with mls (don&amp;#39;t have a mls-code on-hand). Marino presented some results on such a comparison last year at wccm, and as I recall, the timings of mls and max-ent were of the same order. He&amp;#39;d be able to answer your question (with precise numbers), and also provide more details on the computations and tests he has performed. Of course, the max-ent timings will have some dependence on the tolerance that is set for satisfying the reproducing (linear consistency) conditions (an extra Newton iteration will be needed if 12-digits instead of 6-digits precision is required). A point I did not mention was that (in my opinion) implementing max-ent for use in a meshfree method is easier than most meshfree basis since one need not worry about the imposition of essential boundary conditions: no need to distinguish between different types of nodes and different regions (FE, MLS, and blended/interface regions) if essential boundary conditions are to be implemented via the FE interpolant on the essential boundary. As in mls, one has to assign the support sizes of the nodes a priori. I have a max-ent implementation in Fortran 90 and the same code can be used for 1D, 2D, and 3D, with the choice of selecting different weight functions as the prior. Overall, this provides flexibility and ease of usage.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 13 Apr 2007 23:39:17 -0400</pubDate>
 <dc:creator>N. Sukumar</dc:creator>
 <guid isPermaLink="false">comment 2290 at http://imechanica.org</guid>
</item>
<item>
 <title>A question about max-ent basis</title>
 <link>http://imechanica.org/node/1215#comment-2289</link>
 <description>&lt;p&gt;Dear Prof. Sukumar,&lt;/p&gt;
&lt;p&gt;I read your paper and share the similar questions with Prof. Biswajit.  After reading your reply, I still have two specific questions:&lt;/p&gt;
&lt;p&gt;1) Is any weight function which is compactly supported can be used to construct basis function? The only requirement is that it has compact support?&lt;/p&gt;
&lt;p&gt;2) We all know one of the shorcomings of meshfree method is its higher cost for construction of basis functions as compared with FEM.  Then how about your max-ent basis evaluation efficiency? As compared to FEM or present meshfree method, is it more timeconsuming or more efficient? At least I learned from your paper that this method is more flexible and versatile. &lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;Jinxiong&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 13 Apr 2007 21:04:19 -0400</pubDate>
 <dc:creator>Jinxiong Zhou</dc:creator>
 <guid isPermaLink="false">comment 2289 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Max-ent basis</title>
 <link>http://imechanica.org/node/1215#comment-2280</link>
 <description>&lt;p&gt;Sukumar,&lt;/p&gt;
&lt;p&gt;Thanks for the clarifications and pointers.  Your writeup is a great introduction to the issues facing meshfree methods.   Since Arroyo reads iMechanica, perhaps he can provide further insights? &lt;/p&gt;
&lt;p&gt;Biswajit &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 12 Apr 2007 17:39:29 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 2280 at http://imechanica.org</guid>
</item>
<item>
 <title>3D E-FEM</title>
 <link>http://imechanica.org/node/1215#comment-2271</link>
 <description>&lt;p&gt;Suku,&lt;/p&gt;
&lt;p&gt;Very interested in the 3D penny crack extension -- very impressive work. Will appreciate if you could email me or point me to the literature.&lt;/p&gt;
&lt;p&gt;Qingda &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 11 Apr 2007 20:10:28 -0400</pubDate>
 <dc:creator>Qingda Yang</dc:creator>
 <guid isPermaLink="false">comment 2271 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Max-ent basis</title>
 <link>http://imechanica.org/node/1215#comment-2255</link>
 <description>&lt;p&gt;Biswajit,  Have barely scratched the surface, and hence be rest assured, I have a hunch that barring the authors of the Variational Analysis (VA) book, most folks (including experts on convex analysis) would concur with you.  My intent was just to provide some context, and hence the links. In regard to max-ent, someone who knows the meshfree landscape should probably comment since it&amp;#39;ll be from an unbiased viewpoint.  My biased take is as follows.  In regard to your questions: &lt;strong&gt;(1)&amp;amp;(2)&lt;/strong&gt;  if you trace the roots of basis functions used in meshfree methods and the developments therein over the past 10+ years (be it SPH, radial basis functions, moving least squares, etc.), a few needs have come to the forefront. (A) smooth transition from FEM-to-meshfree approximation (since meshfree in the entire domain tends to become costly); and (B) FEM-like behavior on the boundary is desirable to readily impose essential boundary conditions.  The use of convex approximants (phi_i &amp;gt;= 0) is the key, as was revealed in the article by Arroyo and Ortiz (2006). The essential boundary condition is taken care of by any convex approximant and they used a modified entropy functional (with links to statistical mechanics) to also obtain basis functions with compact support. When seen through the eyes of the Kullback-Leibler distance, one can generalize this construction----via choosing a prior (weight function) and then using entropic regularization to obtain basis functions that satisfy the constraint (linear reproducing conditions).  If you look back, trying to `correct&amp;#39; SPH (constant consistency to linear consistency) as was done in RKPM has the same motivation. Now, with max-ent, this approach is generalized----you can correct any prior (weight function) that has compact support to construct basis functions that are linearly complete, compactly-supported, and will interpolate on the boundary (bdry of the convex hull).  This is the main appeal when compared to other meshfree basis functions. Many other attributes of convex approximants can be found in A&amp;amp;O&amp;#39;s paper.  In &lt;a href=&quot;http://dilbert.engr.ucdavis.edu/~suku/blog/meshfreeblog.html&quot; target=&quot;_blank&quot;&gt;this document&lt;/a&gt;, I have provided more details, connections, and also links to the above article as well as many others that are pertinent. In reading this, the appeal and place of convex optimization will hopefully come through and ergo the usefulness of tools (such as VA) from convex analysis.  Mechanics is replete with variational formulations (constrained, convex, nonconvex, saddle-point, etc.), and it appears only befitting that like Delaunay interpolants, meshfree basis functions are also obtained via a (constrained) variational route.  Hope this has provided some answers?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 11 Apr 2007 04:19:57 -0400</pubDate>
 <dc:creator>N. Sukumar</dc:creator>
 <guid isPermaLink="false">comment 2255 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Maximum entropy basis functions</title>
 <link>http://imechanica.org/node/1215#comment-2246</link>
 <description>&lt;p&gt;Sukumar,&lt;/p&gt;
&lt;p&gt;I tried to read your paper but didn&amp;#39;t quite understand a few things (and your recommended reading list is truly daunting :)&lt;/p&gt;
&lt;p&gt;My questions are fairly basic:&lt;/p&gt;
&lt;p&gt;1) What is the motivation for yet another space of basis functions?&lt;/p&gt;
&lt;p&gt;2) What advantage do maximum entropy basis functions provide over other basis functions?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sure these questions are answered in the literature.  However, I also think that one of the benefits of a forum such as iMechanica is that we can get such questions answered by authors without having to spend inordinate amounts of time trying to understand the extensive literature on a particular subject.  Therefore, could you explain in simple (and unrigorous) terms why you are exploring maximum entropy bases and why the continuity of these bases is so important.&lt;/p&gt;
&lt;p&gt;On a slightly different but related note, I think our readers will find the following discussion interesting.   The discussion is by John Baez and is called &amp;quot;&lt;a href=&quot;http://golem.ph.utexas.edu/category/2007/04/why_mathematics_is_boring.html&quot;&gt;Why Mathematics is Boring&amp;quot;&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Biswajit &lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 10 Apr 2007 20:04:44 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 2246 at http://imechanica.org</guid>
</item>
</channel>
</rss>
