Biharmonic Operator: Understanding PDEs for Smooth Meshes

  • Context: Graduate 
  • Thread starter Thread starter shalayka
  • Start date Start date
  • Tags Tags
    Operator
Click For Summary
SUMMARY

The biharmonic operator, represented by the equation involving fourth-order partial derivatives, is essential for achieving smooth meshes in computational geometry. It is derived from the harmonic operator, which is invariant under rigid motions, making it preferable for applications requiring smoothness. The biharmonic equation includes mixed derivative terms that enhance the smoothness of the resulting mesh compared to simpler fourth-order derivatives. Understanding the differences between these operators is crucial for effectively applying them in higher-order partial differential equations (PDEs).

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with the biharmonic operator and its mathematical representation
  • Knowledge of mesh generation techniques in computational geometry
  • Basic algebra for manipulating differential equations
NEXT STEPS
  • Explore the applications of the biharmonic operator in mesh generation
  • Study the properties of harmonic functions and their invariance under rigid motions
  • Learn about numerical methods for solving higher-order PDEs
  • Investigate the differences between harmonic and biharmonic equations in practical scenarios
USEFUL FOR

Mathematicians, computational geometers, and engineers involved in mesh generation and analysis, as well as anyone interested in the applications of higher-order PDEs in modeling smooth surfaces.

shalayka
Messages
125
Reaction score
0
While looking into higher-order PDEs, I came across the biharmonic.

Where the biharmonic equation is:

[tex]\left(\frac{\partial^2}{\partial {x}^2} + \frac{\partial^2}{\partial {y}^2} + \frac{\partial^2}{\partial {z}^2}\right)\left(\frac{\partial^2}{\partial {x}^2} + \frac{\partial^2}{\partial {y}^2} + \frac{\partial^2}{\partial {z}^2}\right).[/tex]

Using basic algebra for the multiplication, this works out to include a bunch of terms involving mixed axes:

[tex]\frac{\partial^4}{\partial {x}^4} + \frac{\partial^4}{\partial {y}^4} + \frac{\partial^4}{\partial {z}^4} + \frac{\partial^4}{\partial {x}^2 \partial{y}^2} + \frac{\partial^4}{\partial {x}^2 \partial{y}^2} + \frac{\partial^4}{\partial {y}^2 \partial{z}^2} + \frac{\partial^4}{\partial {y}^2 \partial{z}^2} + \frac{\partial^4}{\partial {x}^2 \partial{z}^2} + \frac{\partial^4}{\partial {x}^2 \partial{z}^2}.[/tex]

Why would one use this instead of:

[tex]\frac{\partial^4}{\partial {x}^4} + \frac{\partial^4}{\partial {y}^4} + \frac{\partial^4}{\partial {z}^4}?[/tex]

Thanks for any help on clarification.

I've found this presentation which shows how the smoothness of meshes is obtained using the biharmonic equation:
http://www.math.bas.bg/or/NATO_ARW/presentations/Ugail.ppt
 
Last edited:
Physics news on Phys.org
(I was sorely tempted to say "For the same reason we would use (x+ y)2 instead of x2+ y2, but I will behave!)

Well, one would use one instead of the other because the are different!

In particular, the "harmonic" operator, [itex]\nabla^2[/itex] is [itex]\partial^2/\partial x^2+ \partial^2/\partial y^2+ \partial^2/\partial z^2[/itex] has the nice property that it is "invariant under rigid motions" and, therefore, so is [itex]\nabla^2(\nabla^2 )[/itex] is also "invariant under rigid motions". The second formula you give is not.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K