Anonymous
×
Create a new article
Write your page title here:
We currently have 106 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



Reduced Basis PMOR method: Difference between revisions

Zhangy (talk | contribs)
Zhangy (talk | contribs)
Line 132: Line 132:
</math>
</math>


The Lagrange Reduced Basis space <math> V_N </math> is usually established by POD-Greedy algorithm [2].  
The Lagrange Reduced Basis space <math> V_N </math> is usually established by POD-Greedy algorithm [3].  
Then the following reduced model can be obtained by using Galerkin projection.
Then the following reduced model can be obtained by using Galerkin projection.


Line 145: Line 145:
</math>
</math>


Note that the assumption of affine form can be relaxed in practice, then empirical interpolation [3] methods can be exploited for  
Note that the assumption of affine form can be relaxed in practice, then empirical interpolation [1] methods can be exploited for  
offline-online decomposition.
offline-online decomposition.



Revision as of 21:11, 19 November 2012


The Reduced Basis Method (RBM) we present here is applicable to static and time-dependent linear PDEs.

Time-Independent PDEs

The typical model problem of the RBM consists of a parametrized PDE stated in weak form with bilinear form a(,;μ) and linear form f(;μ). The parameter μ is considered within a domain 𝒟 and we are interested in an output quantity s(μ) which can be expressed via a linear functional of the field variable l(;μ).

The exact, infinite-dimensional formulation, indicated by the superscript e, is given by


{For μ𝒟P, evaluate se(μ)=l(ue(μ);μ),where ue(μ)Xe(Ω) satisfies a(ue(μ),v;μ)=f(v;μ),vXe.

We assume a large-scale discretization to be given, such that we consider

{For μ𝒟P, evaluate s(μ)=l(u(μ);μ),where u(μ)X(Ω) satisfies a(u(μ),v;μ)=f(v;μ),vX.

The underlying assumption of the RBM is that the parametrically induced manifold ={u(μ)|μ𝒟} can be approximated by a low dimensional space VN.

It also applies the concept of an offline-online decomposition, in that a large pre-processing offline cost is acceptable in view of a very low online cost (of a reduced order model) for each input-output evaluation, when in a many-query or real-time context.

The essential assumption which allows the offline-online decomposition is that there exists an affine parameter dependence

a(w,v;μ)=q=1QΘaq(μ)aq(w,v)

f(v;μ)=q=1QfΘfq(μ)fq(v).

The Lagrange Reduced Basis space is established by iteratively choosing Lagrange parameter samples

SN={μ1,...,μN}

and considering the associated Lagrange RB spaces

VN=span{u𝒩(μn),1nN}

in a greedy sampling. This leads to hierarchical RB spaces: V1V2...VNmax.

We then consider the galerkin projection onto the RB-space VN

{For μ𝒟P, evaluate sN(μ)=f(uN(μ)),where uN(μ)VN satisfies a(uN(μ),v;μ)=f(v),vVN

The greedy sampling uses an error estimator ΔN(μ) which estimates (even rigorously, in some cases) the approximation error u(μ)uN(μ).

Let Ξ denote a finite sample of 𝒟 and set S1={μ1} and V1=span{u(μ1)}. For N=2,...,Nmax, find μN=arg maxμΞΔN1(μ), and then set SN=SN1μN,VN=VN1+span{u(μN)}.

Time-Dependent PDEs

When time is involved, it can be roughly considered as an usual parameter just as time-independent case. But more attention should be paid to the dynamics of the system and the stability is also a major concern, especially for the nonlinear case. Mostly, we use the same notation as time-independent case except the variable t is added explicitly.

The exact, infinite-dimensional formulation, indicated by the superscript e, is given by

{For μ𝒟P,tk[0,T] evaluate se(μ,tk)=l(ue(μ,t);μ),where ue(μ,t)Xe(Ω) satisfies m(ue(μ,tk),v;μ)+Δta(ue(μ,tk),v;μ)=m(ue(μ,tk1),v;μ)+Δtf(v;μ)ue(μ,tk),vXe.

Here m(,;μ) is also a bilinear form.

Assume a reference discretization form is given as follows,

{For μ𝒟P,tk[0,T] evaluate s(μ,tk)=l(u(μ,t);μ),where u(μ,t)X𝒩(Ω) satisfies m(u(μ,tk),v;μ)+Δta(u(μ,tk),v;μ)=m(u(μ,tk1),v;μ)+Δtf(v;μ)u(μ,tk),vX𝒩.

The underlying assumption of the RBM is that the parametrically induced manifold ={u(μ,t)|μ𝒟} can be approximated by a low dimensional space VN.

To apply the offline-online decomposition, we assume they are affine parameter-dependent, i.e.

m(w,v;μ)=q=1QmΘmq(μ,t)mq(w,v)

a(w,v;μ)=q=1QaΘaq(μ,t)aq(w,v)

f(v;μ)=q=1QfΘfq(μ,t)fq(v).

The Lagrange Reduced Basis space VN is usually established by POD-Greedy algorithm [3]. Then the following reduced model can be obtained by using Galerkin projection.

{For μ𝒟P,tk[0,T] evaluate s(μ,tk)=l(uN(μ,t);μ),where uN(μ,t)XN(Ω) satisfies m(uN(μ,tk),v;μ)+Δta(uN(μ,tk),v;μ)=m(uN(μ,tk1),v;μ)+Δtf(v;μ)uN(μ,tk),vXN.

Note that the assumption of affine form can be relaxed in practice, then empirical interpolation [1] methods can be exploited for offline-online decomposition.

References

[1] M. Barrault, Y. Maday, N. Nguyen, and A. Patera, An `empirical interpolation' method: application to effcient reduced-basis discretization of partial differential equations, C. R. Math. Acad. Sci. Paris Series I, 339 (2004), 667-672.

[2] M. Grepl, Reduced--basis approximations and posteriori error estimation for parabolic partial differential equations, PhD thesis, MIT, 2005.

[3] B. Haasdonk and M. Ohlberger, Reduced basis method for finite volume approximations of parameterized linear evolution equations, Mathematical Modeling and Numerical Analysis, 42 (2008), 277-302.

[4] G. Rozza, D.B.P. Huynh, A.T. Patera Reduced Basis Approximation and a Posteriori Error Estimation for Affinely Parametrized Elliptic Coercive Partial Differential Equations, Arch Comput Methods Eng (2008) 15: 229–275.


Contact information:

Martin Hess

Yongjin Zhang