ArticleslgStudy

mathematics

Gradient discretisation method

Gradient discretisation method 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 Gradient discretisation method rather than just read about it. In short: In numerical mathematics, the gradient discretisation method (GDM) is a framework which contains classical and recent numerical schemes for diffusion problems of various kinds: linear or non-linear, steady-state or time-dependent. The schemes may be conforming or non-conforming, and may rely on very general polygonal or polyhedral meshes (or may even be meshless).

Gradient discretisation method — main illustration
Gradient discretisation method — illustration

Key takeaways

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

Reference excerpt

In numerical mathematics, the gradient discretisation method (GDM) is a framework which contains classical and recent numerical schemes for diffusion problems of various kinds: linear or non-linear, steady-state or time-dependent. The schemes may be conforming or non-conforming, and may rely on very general polygonal or polyhedral meshes (or may even be meshless). Some core properties are required to prove the convergence of a GDM. These core properties enable complete proofs of convergence of the GDM for elliptic and parabolic problems, linear or non-linear. For linear problems, stationary or transient, error estimates can be established based on three indicators specific to the GDM (the quantities C D {\displaystyle C_{D}} , S D {\displaystyle S_{D}} and W D {\displaystyle W_{D}} , see below). For non-linear problems, the proofs are based on compactness techniques and do not require any non-physical strong regularity assumption on the solution or the model data. Non-linear models for which such convergence proof of the GDM have been carried out comprise: the Stefan problem which is modelling a melting material, two-phase flows in porous media, the Richards equation of underground water flow, the fully non-linear Leray—Lions equations. Any scheme entering the GDM framework is then known to converge on all these problems. This applies in particular to conforming Finite Elements, Mixed Finite Elements, nonconforming Finite Elements, and, in the case of more recent schemes, the Discontinuous Galerkin method, Hybrid Mixed Mimetic method, the Nodal Mimetic Finite Difference method, some Discrete Duality Finite Volume schemes, and some Multi-Point Flux Approximation schemes

The example of a linear diffusion problem Consider Poisson's equation in a bounded open domain Ω ⊂ R d {\displaystyle \Omega \subset \mathbb {R} ^{d}} , with homogeneous Dirichlet boundary condition

where f ∈ L 2 ( Ω ) {\displaystyle f\in L^{2}(\Omega )} . The usual sense of weak solution to this model is:

In a nutshell, the GDM for such a model consists in selecting a finite-dimensional space and two reconstruction operators (one for the functions, one for the gradients) and to substitute these discrete elements in lieu of the continuous elements in (2). More precisely, the GDM starts by defining a Gradient Discretization (GD), which is a triplet D = ( X D , 0 , Π D , ∇ D ) {\displaystyle D=(X_{D,0},\Pi _{D},\nabla _{D})} , where:

the set of discrete unknowns X D , 0 {\displaystyle X_{D,0}} is a finite dimensional real vector space, the function reconstruction Π D : X D , 0 → L 2 ( Ω ) {\displaystyle \Pi _{D}~:~X_{D,0}\to L^{2}(\Omega )} is a linear mapping that reconstructs, from an element of X D , 0 {\displaystyle X_{D,0}} , a function over Ω {\displaystyle \Omega } , the gradient reconstruction ∇ D : X D , 0 → L 2 ( Ω ) d {\displaystyle \nabla _{D}~:~X_{D,0}\to L^{2}(\Omega )^{d}} is a linear mapping which reconstructs, from an element of X D , 0 {\displaystyle X_{D,0}} , a "gradient" (vector-valued function) over Ω {\displaystyle \Omega } . This gradient reconstruction must be chosen such that ‖ ∇ D ⋅ ‖ L 2 ( Ω ) d {\displaystyle \Vert \nabla _{D}\cdot \Vert _{L^{2}(\Omega )^{d}}} is a norm on X D , 0 {\displaystyle X_{D,0}} . The related Gradient Scheme for the approximation of (2) is given by: find u ∈ X D , 0 {\displaystyle u\in X_{D,0}} such that

… excerpt ends here. Continue reading the full article.

Illustrations

Gradient discretisation method: Exact solution  
  
    
      
        
          
            u
            ¯
          
        
        (
        x
        )
        =
        
          
            3
            4
          
        
        
          (
          
            
              
                0.5
              
              
                4
                
                  /
                
                3
              
            
            −
            
              |
            
            x
            −
            0.5
            
              
                |
              
              
                4
                
                  /
                
                3
              
            
          
          )
        
      
    
    {\displaystyle {\overline {u}}(x)={\frac {3}{4}}\left({0.5}^{4/3}-|x-0.5|^{4/3}\right)}
  
  
of the p-Laplace problem 
  
    
      
        −
        (
        
          |
        
        
          
            
              u
              ¯
            
          
          ′
        
        
          
            |
          
          
            2
          
        
        
          
            
              u
              ¯
            
          
          ′
        
        
          )
          ′
        
        (
        x
        )
        =
        1
      
    
    {\displaystyle -(|{\overline {u}}'|^{2}{\overline {u}}')'(x)=1}
  
 on the domain [0,1] with 
  
    
      
        
          
            u
            ¯
          
        
        (
        0
        )
        =
        
          
            u
            ¯
          
        
        (
        1
        )
        =
        0
      
    
    {\displaystyle {\overline {u}}(0)={\overline {u}}(1)=0}
  
 
(black line) and approximate one (blue line) computed with the first degree discontinuous Galerkin method plugged into the GDM (uniform mesh with 6 elements).
Exact solution u ¯ ( x ) = 3 4 ( 0.5 4 / 3 − | x − 0.5 | 4 / 3 ) {\displaystyle {\overline {u}}(x)={\frac {3}{4}}\left({0.5}^{4/3}-|x-0.5|^{4/3}\right)} of the p-Laplace problem − ( | u ¯ ′ | 2 u ¯ ′ ) ′ ( x ) = 1 {\displaystyle -(|{\overline {u}}'|^{2}{\overline {u}}')'(x)=1} on the domain [0,1] with u ¯ ( 0 ) = u ¯ ( 1 ) = 0 {\displaystyle {\overline {u}}(0)={\overline {u}}(1)=0} (black line) and approximate one (blue line) computed with the first degree discontinuous Galerkin method plugged into the GDM (uniform mesh with 6 elements).

Worked examples

Example 1 — a first encounter with Gradient discretisation method

Start with the simplest possible case. Write down what Gradient discretisation method 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 Gradient discretisation method 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 Gradient discretisation method 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 Gradient discretisation method

In research
Gradient discretisation method 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 Gradient discretisation method 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
Gradient discretisation method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Numerical analysis, Numerical differential equations, so understanding it makes those chapters shorter.
In everyday life
Look for Gradient discretisation method 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.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Gradient discretisation method” →

Affiliate

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

How to study Gradient discretisation method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Gradient discretisation method 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 Gradient discretisation method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Gradient discretisation method in simple terms?

In numerical mathematics, the gradient discretisation method (GDM) is a framework which contains classical and recent numerical schemes for diffusion problems of various kinds: linear or non-linear, steady-state or time-dependent. The schemes may be conforming or non-conforming, and may rely on ver…

Why does Gradient discretisation method 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 Gradient discretisation method?

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 Gradient discretisation method.

Tags

  • Numerical analysis
  • Numerical differential equations

Keep exploring