Proper generalized decomposition: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Kokoo (talk | contribs)
No edit summary
Kokoo (talk | contribs)
No edit summary
Line 5: Line 5:
The proper generalized decomposition is a method characterized by a [[variational formulation]] of the problem, a discretization of the [[Domain of a function|domain]] in the style of the [[finite element method]] and a numerical [[greedy algorithm]] that assumes the solution as a separated representation.
The proper generalized decomposition is a method characterized by a [[variational formulation]] of the problem, a discretization of the [[Domain of a function|domain]] in the style of the [[finite element method]] and a numerical [[greedy algorithm]] that assumes the solution as a separated representation.


The most implemented variational formulation in PGD is the [[Bubnov-Galerkin method]],<ref>{{Cite thesis|title=Proper generalised decompositions: theory and applications|url=http://orca.cf.ac.uk/73515/|publisher=Cardiff University|date=2015-04-09|degree=phd|language=en|first=Thomas Lloyd David|last=Croft}}</ref> although other implementations exist.
The most implemented variational formulation in PGD is the [[Bubnov-Galerkin method]],<ref>{{Cite thesis|title=Proper generalised decompositions: theory and applications|url=http://orca.cf.ac.uk/73515/|publisher=Cardiff University|date=2015-04-09|degree=phd|language=en|first=Thomas Lloyd David|last=Croft}}</ref><ref>{{Cite book|last=Chinesta|first=Francisco|url=https://www.springer.com/gp/book/9783319028644|title=The Proper Generalized Decomposition for Advanced Numerical Simulations: A Primer|last2=Keunings|first2=Roland|last3=Leygue|first3=Adrien|date=2014|publisher=Springer International Publishing|isbn=978-3-319-02864-4|series=SpringerBriefs in Applied Sciences and Technology|language=en}}</ref> although other implementations exist.


The discretization of the domain is a well defined set of procedures that cover (a) the creation of finite element meshes, (b) the definition of basis function on reference elements (also called shape functions) and (c) the mapping of reference elements onto the elements of the mesh.
The discretization of the domain is a well defined set of procedures that cover (a) the creation of finite element meshes, (b) the definition of basis function on reference elements (also called shape functions) and (c) the mapping of reference elements onto the elements of the mesh.

Revision as of 18:26, 13 April 2020

The proper generalized decomposition (PGD) is an iterative numerical method for solving boundary value problems (BVPs), that is, partial differential equations constrained by a set of boundary conditions. The PGD algorithm computes an approximation of the solution of the BVP by successive enrichment. This means that, in each iteration, a new component (or mode) is computed and added to the approximation. The more modes obtained, the closer the approximation is expected to be to its theoretical solution. By selecting only the first PGD modes, a reduced order model of the solution is obtained. Because of this, PGD is considered a dimensionality reduction algorithm.

Description

The proper generalized decomposition is a method characterized by a variational formulation of the problem, a discretization of the domain in the style of the finite element method and a numerical greedy algorithm that assumes the solution as a separated representation.

The most implemented variational formulation in PGD is the Bubnov-Galerkin method,[1][2] although other implementations exist.

The discretization of the domain is a well defined set of procedures that cover (a) the creation of finite element meshes, (b) the definition of basis function on reference elements (also called shape functions) and (c) the mapping of reference elements onto the elements of the mesh.

As for the numerical algorithm, PGD assumes that the solution u of a (multidimensional) problem can be approximated as a separated representation of the form

where the number of terms N and the functional products X1(x1), X2(x2), ..., Xd(xd), each depending on a variable (or variables), are unknown beforehand.

The solution is sought by applying a greedy algorithm, usually the fixed point algorithm, to the weak formulation of the problem.

For each iteration i of the algorithm, a mode of the solution is computed. Each mode consists of a set of numerical values of the functional products X1(x1), ..., Xd(xd), which enrich the approximation of the solution. Note that due to the greedy nature of the algorithm, the term 'enrich' is used rather than 'improve'. The number of computed modes required to obtain an approximation of the solution below a certain error threshold depends on the stop criterium of the iterative algorithm.

Unlike PCA, PGD modes are not necessarily orthogonal to each other.

Features

PGD is suitable for solving high-dimensional problems, since it overcomes the limitations of classical approaches. In particular, PGD avoids the curse of dimensionality, as solving decoupled problems is computationally much less expensive than solving multidimensional problems.

Therefore, PGD enables to re-adapt parametric problems into a multidimensional framework by setting the parameters of the problem as extra coordinates:

where a series of functional products K1(k1), K2(k2), ..., Kp(kp), each depending on a parameter (or parameters), has been incorporated to the equation.

In this case, the obtained approximation of the solution is called computational vademecum: a general meta-model containing all the particular solutions for every possible value of the involved parameters.

References

  1. ^ Croft, Thomas Lloyd David (2015-04-09). Proper generalised decompositions: theory and applications (phd thesis). Cardiff University.
  2. ^ Chinesta, Francisco; Keunings, Roland; Leygue, Adrien (2014). The Proper Generalized Decomposition for Advanced Numerical Simulations: A Primer. SpringerBriefs in Applied Sciences and Technology. Springer International Publishing. ISBN 978-3-319-02864-4.