Content deleted Content added
PkbwcgsBot (talk | contribs) m v2.01b - (Task 1 - Approved BRFA) - WP:WCW project (Tag with incorrect syntax) |
m →The example of a linear diffusion problem: corrected a word Tags: Mobile edit Mobile app edit Android app edit App section source |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Short description|Method for numerical differential equations}}
<!-- {{more footnotes|date=March 2017}} answer and improvement completed by Cyclotourist -->
[[Image:Plaplacien4.svg|thumb|right|400px|Exact solution <br/> <math>\overline{u}(x) = \frac 3 4 \
of the ''p''-Laplace problem <math>-( |\overline{u}'|^2 \overline{u}')'(x) = 1</math> on the ___domain [0,1] with <math>\overline{u}(0) = \overline{u}(1) = 0</math>
(black line) and approximate one (blue line) computed with the first degree discontinuous Galerkin method plugged into the GDM (uniform mesh with 6 elements).]]
{{Differential equations}}
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 <ref>'''R. Eymard, C. Guichard, and [[Raphaèle Herbin|R. Herbin]].''' Small-stencil 3d schemes for diffusive flows in porous media. M2AN, 46:265–290, 2012.</ref> (the quantities <math>C_{D}</math>, <math>S_{D}</math> and <math>W_{D}</math>, [[#The example of a linear diffusion problem|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.<ref name=droniou>'''J. Droniou, R. Eymard, T. Gallouët, and [[Raphaèle Herbin|R. Herbin]].''' Gradient schemes: a generic framework for the discretisation of linear, nonlinear and nonlocal elliptic and parabolic equations. Math. Models Methods Appl. Sci. (M3AS), 23(13):2395–2432, 2013.</ref> [[#Some non-linear problems with complete convergence proofs of the GDM|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.<ref>'''J. Leray and J. Lions.''' Quelques résultats de Višik sur les problèmes elliptiques non linéaires par les méthodes de Minty-Browder. Bull. Soc. Math. France, 93:97–107, 1965.</ref>
Any scheme entering the GDM framework is then known to converge on all these problems. This applies in particular to [[#Galerkin methods and conforming finite element methods|conforming Finite Elements]], [[#Mixed finite element|Mixed Finite Elements]], [[#Nonconforming finite element|nonconforming Finite Elements]], and, in the case of more recent schemes, the [[#Discontinuous Galerkin method|Discontinuous Galerkin method]], [[#Mimetic finite difference method and nodal mimetic finite difference method|Hybrid Mixed Mimetic method, the Nodal Mimetic Finite Difference method]], some Discrete Duality Finite Volume schemes, and some Multi-Point Flux Approximation schemes
Line 12 ⟶ 13:
==The example of a linear diffusion problem==
{{NumBlk|:|<math>
where <math>f\in L^2(\Omega)</math>. The usual sense of weak solution <ref>'''H. Brezis.''' Functional analysis, Sobolev spaces and partial differential equations. Universitext. Springer, New York, 2011.</ref> to this model is:
{{NumBlk|:|<math>
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 <math>D = (X_{D,0},\Pi_D,\nabla_D)</math>, where:
Line 28 ⟶ 29:
The related Gradient Scheme for the approximation of (2) is given by: find <math>u\in X_{D,0}</math> such that
{{NumBlk|:|<math>
The GDM is then in this case a nonconforming method for the approximation of (2), which includes the nonconforming finite element method. Note that the
The following error estimate, inspired by G. Strang's second lemma,<ref>'''G. Strang.''' Variational crimes in the finite element method.'' In The mathematical foundations of the finite element method with applications to partial differential equations (Proc. Sympos., Univ. Maryland, Baltimore, Md., 1972)'', pages 689–710. Academic Press, New York, 1972.</ref> holds
{{NumBlk|:|<math>
\le W_D(\nabla \overline{u}) + 2 S_D(\overline{u}), </math>|{{EquationRef|4}}}}
and
{{NumBlk|:|<math>
\le C_D W_D(\nabla \overline{u}) + (C_D+1)S_D(\overline{u}), </math>|{{EquationRef|5}}}}
defining:
{{NumBlk|:|<math>
which measures the coercivity (discrete Poincaré constant),
{{NumBlk|:|<math>\forall \varphi\in H^1_0(\Omega),\,▼
S_{D}(\varphi) = \min_{v\in X_{D,0}}\left(\Vert\Pi_D v - \varphi\Vert_{L^2(\Omega)} + \Vert\nabla_D v -\nabla\varphi\Vert_{L^2(\Omega)^d}\right), </math>|{{EquationRef|7}}}}▼
▲\forall \varphi\in H^1_0(\Omega),\,
▲ S_{D}(\varphi) = \min_{v\in X_{D,0}}\left(\Vert\Pi_D v - \varphi\Vert_{L^2(\Omega)} + \Vert\nabla_D v -\nabla\varphi\Vert_{L^2(\Omega)^d}\right), </math>
which measures the interpolation error,
{{NumBlk|:|<math>\forall \varphi\in H_\operatorname{div}(\Omega),\,▼
▲\forall \varphi\in H_\operatorname{div}(\Omega),\,
W_D(\varphi) = \max_{v\in X_{D,0}\setminus\{0\}}\frac{
\left|\int_\Omega \left(\nabla_D v(x)\cdot\varphi(x) + \Pi_D v(x) \operatorname{div}\varphi(x)\right) \, dx \right|}{\Vert \nabla_D v \Vert_{L^2(\Omega)^d}}, </math>|{{EquationRef|8}}}}
which measures the defect of conformity.
Note that the following upper and lower bounds of the approximation error can be derived:
{{NumBlk|:|<math>\begin{align}
&&\frac 1 2 [S_D(\overline{u}) + W_D(\nabla \overline{u})] \\
&\le & \Vert \overline{u} - \Pi_D u_D\Vert_{L^2(\Omega)} + \Vert \nabla \overline{u} - \nabla_D u_D\Vert_{L^2(\Omega)^d} \\
&\le &(C_D+2) [S_D(\overline{u}) + W_D(\nabla \overline{u})].
\end{align} </math>|{{EquationRef|9}}}}
Then the core properties which are necessary and sufficient for the convergence of the method are, for a family of GDs, the coercivity, the GD-consistency and the limit-conformity properties, as defined in the next section. More generally, these three core properties are sufficient to prove the convergence of the GDM for linear problems and for some nonlinear problems like the <math>p</math>-Laplace problem. For nonlinear problems such as nonlinear diffusion, degenerate parabolic problems..., we add in the next section two other core properties which may be required.
Line 69 ⟶ 72:
=== Coercivity ===
The sequence <math>(C_{D_m})_{m\in\mathbb{N}}</math> (defined by ({{EquationNote|6}})) remains bounded.
=== GD-consistency ===
For all <math>\varphi\in H^1_0(\Omega)</math>, <math>\lim_{m\to\infty} S_{D_m} (\varphi) = 0</math> (defined by ({{EquationNote|7}})).
=== Limit-conformity ===
For all <math>\varphi\in H_\operatorname{div}(\Omega)</math>, <math>\lim_{m\to\infty} W_{D_m}(\varphi) = 0</math> (defined by ({{EquationNote|8}})).
This property implies the coercivity property.
Line 83 ⟶ 86:
=== Piecewise constant reconstruction (needed for some nonlinear problems)===
Let <math>D = (X_{D,0}, \Pi_D,\nabla_D)</math> be a gradient discretisation as defined above.
The operator <math>\Pi_D</math> is a piecewise constant reconstruction if there exists a basis <math>(e_i)_{i\in B}</math> of <math>X_{D,0}</math> and a family of disjoint subsets <math>(\Omega_i)_{i\in B}</math> of <math>\Omega</math> such that <math display="inline">\Pi_D u = \sum_{i\in B}u_i\chi_{\Omega_i}</math> for all <math display="inline">u=\sum_{i\in B} u_i e_i\in X_{D,0}</math>, where <math>\chi_{\Omega_i}</math> is the characteristic function of <math>\Omega_i</math>.
==Some non-linear problems with complete convergence proofs of the GDM==
Line 91 ⟶ 94:
=== Nonlinear stationary diffusion problems ===
:<math>
In this case, the GDM converges under the coercivity, GD-consistency, limit-conformity and compactness properties.
Line 97 ⟶ 100:
=== ''p''-Laplace problem for ''p'' > 1===
:<math>
In this case, the core properties must be written, replacing <math>L^2(\Omega)</math> by <math>L^p(\Omega)</math>, <math>H^1_0(\Omega)</math> by <math>W^{1,p}_0(\Omega)</math> and <math>H_\operatorname{div}(\Omega)</math> by <math>W_\operatorname{div}^{p'}(\Omega)</math> with <math display="inline">\frac 1 p +\frac 1 {p'}=1</math>, and the GDM converges only under the coercivity, GD-consistency and limit-conformity properties.
=== Linear and nonlinear heat equation ===
:<math>
In this case, the GDM converges under the coercivity, GD-consistency (adapted to space-time problems), limit-conformity and compactness (for the nonlinear case) properties.
Line 111 ⟶ 114:
Assume that <math>\beta</math> and <math>\zeta</math> are nondecreasing Lipschitz continuous functions:
:<math>
Note that, for this problem, the piecewise constant reconstruction property is needed, in addition to the coercivity, GD-consistency (adapted to space-time problems), limit-conformity and compactness properties.
Line 121 ⟶ 124:
===[[Galerkin method]]s and conforming finite element methods===
Let <math>V_h\subset H^1_0(\Omega)</math> be spanned by the finite basis
*<math>X_{D,0} = \{ u = (u_i)_{i\in I} \} = \mathbb{R}^I,</math>
Line 127 ⟶ 130:
*<math>\nabla_D u = \sum_{i\in I} u_i \nabla\psi_i.</math>
In this case, <math>C_D</math> is the constant involved in the continuous Poincaré inequality, and, for all <math>\varphi\in H_\operatorname{div}(\Omega)</math>, <math>W_{D}(\varphi) = 0</math> (defined by ({{EquationNote|8}})). Then ({{EquationNote|4}}) and ({{EquationNote|5}}) are implied by [[Céa's lemma]].
The "mass-lumped" <math>P^1</math> finite element case enters the framework of the GDM, replacing <math>\Pi_D u</math> by <math display="inline">\widetilde{\Pi}_D u = \sum_{i\in I} u_i \chi_{\Omega_i}</math>, where <math>\Omega_i</math> is a dual cell centred on the vertex indexed by <math>i\in I</math>. Using mass lumping allows to get the piecewise constant reconstruction property.
=== Nonconforming finite element ===
Line 155 ⟶ 158:
== External links ==
* [https://hal.archives-ouvertes.fr/hal-01382358v7/document The Gradient Discretisation Method] by Jérôme Droniou, Robert Eymard, Thierry Gallouët, Cindy Guichard and [[Raphaèle Herbin]]
{{Numerical PDE|state=expanded}}
|