ArticleslgStudy

mathematics

Meshfree methods

Meshfree methods is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Meshfree methods rather than just read about it. In short: In the field of numerical analysis, meshfree methods are those that do not require connection between nodes of the simulation domain, i.e. a mesh, but are rather based on interaction of each node with all its neighbors. As a consequence, original extensive properties such as mass or kinetic energy are no longer assigned to mesh elements but rather to the single nodes.

Meshfree methods — main illustration
Meshfree methods — illustration

Key takeaways

  • Meshfree methods belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Meshfree methods to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Meshfree methods from memory before moving on to harder problems.

Reference excerpt

In the field of numerical analysis, meshfree methods are those that do not require connection between nodes of the simulation domain, i.e. a mesh, but are rather based on interaction of each node with all its neighbors. As a consequence, original extensive properties such as mass or kinetic energy are no longer assigned to mesh elements but rather to the single nodes. Meshfree methods enable the simulation of some otherwise difficult types of problems, at the cost of extra computing time and programming effort. The absence of a mesh allows Lagrangian simulations, in which the nodes can move according to the velocity field.

Motivation Numerical methods such as the finite difference method, finite-volume method, and finite element method were originally defined on meshes of data points. In such a mesh, each point has a fixed number of predefined neighbors, and this connectivity between neighbors can be used to define mathematical operators like the derivative. These operators are then used to construct the equations to simulate—such as the Euler equations or the Navier–Stokes equations. But in simulations where the material being simulated can move around (as in computational fluid dynamics) or where large deformations of the material can occur (as in simulations of plastic materials), the connectivity of the mesh can be difficult to maintain without introducing error into the simulation. If the mesh becomes tangled or degenerate during simulation, the operators defined on it may no longer give correct values. The mesh may be recreated during simulation (a process called remeshing), but this can also introduce error, since all the existing data points must be mapped onto a new and different set of data points. Meshfree methods are intended to remedy these problems. Meshfree methods are also useful for:

Simulations where creating a useful mesh from the geometry of a complex 3D object may be especially difficult or require human assistance Simulations where nodes may be created or destroyed, such as in cracking simulations Simulations where the problem geometry may move out of alignment with a fixed mesh, such as in bending simulations Simulations containing nonlinear material behavior, discontinuities or singularities

Example In a traditional finite difference simulation, the domain of a one-dimensional simulation would be some function u ( x , t ) {\displaystyle u(x,t)} , represented as a mesh of data values u i n {\displaystyle u_{i}^{n}} at points x i {\displaystyle x_{i}} , where

i = 0 , 1 , 2... {\displaystyle i=0,1,2...}

n = 0 , 1 , 2... {\displaystyle n=0,1,2...}

x i + 1 − x i = h ∀ i {\displaystyle x_{i+1}-x_{i}=h\ \forall i}

t n + 1 − t n = k ∀ n {\displaystyle t_{n+1}-t_{n}=k\ \forall n}

We can define the derivatives that occur in the equation being simulated using some finite difference formulae on this domain, for example

∂ u ∂ x = u i + 1 n − u i − 1 n 2 h {\displaystyle {\partial u \over \partial x}={u_{i+1}^{n}-u_{i-1}^{n} \over 2h}}

and

∂ u ∂ t = u i n + 1 − u i n k {\displaystyle {\partial u \over \partial t}={u_{i}^{n+1}-u_{i}^{n} \over k}}

… excerpt ends here. Continue reading the full article.

Illustrations

Meshfree methods: 20 points and their Voronoi cells
20 points and their Voronoi cells

Worked examples

Example 1 — a first encounter with Meshfree methods

Start with the simplest possible case. Write down what Meshfree methods claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Meshfree methods before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Meshfree methods ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Meshfree methods

In research
Meshfree methods appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Meshfree methods in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Meshfree methods is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computational fluid dynamics, Numerical analysis, Numerical differential equations, so understanding it makes those chapters shorter.
In everyday life
Look for Meshfree methods outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Meshfree methods in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Meshfree methods means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Meshfree methods out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Meshfree methods in simple terms?

In the field of numerical analysis, meshfree methods are those that do not require connection between nodes of the simulation domain, i.e. a mesh, but are rather based on interaction of each node with all its neighbors. As a consequence, original extensive properties such as mass or kinetic energy…

Why does Meshfree methods matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Meshfree methods?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Meshfree methods.

Tags

  • Computational fluid dynamics
  • Numerical analysis
  • Numerical differential equations

Keep exploring