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.

![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).](https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Plaplacien4.svg/500px-Plaplacien4.svg.png?utm_source=en.wikipedia.org&utm_campaign=parser&utm_content=thumbnail)
