Difference between revisions of "Weighted Least Squares (WLS)"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
Line 2: Line 2:
  
 
<figure id="fig:square_heat">
 
<figure id="fig:square_heat">
[[File:image_1avhdsfej1b9cao01029m1e13o69.png|600px|thumb|upright=2|alt=Graph of errors with respect to number of nodes|<caption>Convergence with respect to number of nodes</caption>]]]
+
[[File:image_1avhdsfej1b9cao01029m1e13o69.png|600px|thumb|upright=2|alt=1D MLS example|<caption>Example of 1D MLS approximation </caption>]]
 
</figure>
 
</figure>

Revision as of 18:18, 20 October 2016

One of the most important building blocks of the meshless methods is the Moving Least Squares approximation, which is implemented in the EngineMLS class.

1D MLS example
Figure 1: Example of 1D MLS approximation