SlideShare a Scribd company logo
European Finite Element Fair 4
ETH Z¨urich, 2-3 June 2006
A natural finite element for axisymmetric problem
Fran¸cois Dubois
CNAM Paris and University Paris South, Orsay
conjoint work with
Stefan Duprey
University Henri Poincar´e Nancy and EADS Suresnes.
A natural finite element for axisymmetric problem 
1) Axi-symmetric model problem
2) Axi-Sobolev spaces
3) Discrete formulation
4) Numerical results for an analytic test case
5) About Cl´ement’s interpolation
6) Numerical analysis
7) Conclusion
ETH Z¨urich, 2-3 June 2006
Axi-symmetric model problem 
Motivation : solve the Laplace equation in a axisymmetric domain
Find a solution of the form u(r, z) exp(i θ)
Change the notation : x ≡ z , y ≡ r
Consider the meridian plane Ω of the axisymmetric domain
∂Ω = Γ0 ∪ ΓD ∪ ΓN , Γ0 ∩ ΓD = Ø , Γ0 ∩ ΓN = Ø , ΓD ∩ ΓN = Ø,
Γ0 is the intersection of Ω with the “axis” y = 0
Then the function u is solution of
−
∂2
u
∂x2
−
1
y
∂
∂y
y
∂u
∂y
+
u
y2
= f in Ω
Boundary conditions : u = 0 on ΓD ,
∂u
∂n
= g on ΓN
ETH Z¨urich, 2-3 June 2006
Axi-Sobolev spaces 
Test function v null on the portion ΓD of the boundary
Integrate by parts relatively to the measure y dx dy.
Bilinear form a(u , v) =
Ω
y ∇u • ∇v dx dy +
Ω
u v
y
dx dy
Linear form < b , v > =
Ω
f v y dx dy +
ΓN
g v y dγ .
Two notations:
u√ (x , y) =
1
√
y
u(x , y) , u
√
(x , y) =
√
y u(x , y) , (x , y) ∈ Ω .
Sobolev spaces:
L2
a(Ω) = {v : Ω −→ IR , v
√
∈ L2
(Ω)}
H1
a(Ω) = {v ∈ L2
a(Ω) , v√ ∈ L2
(Ω) , (∇v)
√
∈ (L2
(Ω))2
}
H2
a(Ω) =
v ∈ H1
a(Ω) , v√ √ √ ∈ L2
(Ω) , (∇v)√ ∈ (L2
(Ω))2
,
(d2
v)
√
∈ (L2
(Ω))4
.
ETH Z¨urich, 2-3 June 2006
Axi-Sobolev spaces 
Norms and semi-norms:
v 2
0, a =
Ω
y |v|2
dx dy
|v|2
1, a =
Ω
1
y
|v|2
+ y |∇v|2
dx dy , v 2
1, a = v 2
0, a + |v|2
1, a
|v|2
2, a =
Ω
1
y3
|v|2
+
1
y
|∇v|2
+ y |d2
v|2
dx dy ,
v 2
2, a = v 2
1, a + |v|2
2, a
The condition u = 0 on Γ0
is incorporated inside the choice of the axi-space H1
a(Ω).
Sobolev space that takes into account the Dirichlet boundary condition
V = {v ∈ H1
a(Ω) , γv = 0 on ΓD} .
ETH Z¨urich, 2-3 June 2006
Axi-Sobolev spaces 
Variational formulation:
u ∈ V
a(u , v) = < b , v > , ∀ v ∈ V .
We observe that a(v , v) = |v|2
1, a , ∀ v ∈ H1
a(Ω) ,
The existence and uniqueness of the solution of problem is (relatively !)
easy according to the so-called Lax-Milgram-Vishik’s lemma.
See the article of B. Mercier and G. Raugel !
ETH Z¨urich, 2-3 June 2006
Discrete formulation 
Very simple, but fundamental remark
Consider v(x , y) =
√
y (a x + b y + c) , (x , y) ∈ K ∈ T 2
,
Then we have
√
y ∇v(x , y) = a y ,
1
2
(a x + 3b y + c) .
P1 : the space of polynomials of total degree less or equal to 1
We have v√ ∈ P1 =⇒ (∇v)
√
∈ (P1)2
.
A two-dimensional conforming mesh T
T 0
set of vertices
T 1
set of edges
T 2
set of triangular elements.
ETH Z¨urich, 2-3 June 2006
Discrete formulation 
Linear space P
√
1 = {v, v√ ∈ P1}.
Degrees of freedom < δS , v > for v regular, S ∈ T 0
: < δS , v > = v√ (S)
Proposition 1. Unisolvance property.
K ∈ T 2
be a triangle of the mesh T ,
Σ the set of linear forms < δS , • >, S ∈ T 0
∩ ∂K
P
√
1 defined above.
Then the triple (K , Σ , P
√
1 ) is unisolvant.
Proposition 2. Conformity of the axi-finite element
The finite element (K , Σ , P
√
1 ) is conforming in space C0
(Ω).
Proposition 3. Conformity in the axi-space H1
a(Ω).
The discrete space H
√
T is included in the axi-space H1
a(Ω) :
H
√
T ⊂ H1
a(Ω) .
ETH Z¨urich, 2-3 June 2006
Numerical results for an analytic test case 
Ω =]0, 1[2
, ΓD = Ø
Parameters α > 0, β > 0,
Right hand side: f (y, x) ≡ yα
α2
− 1
xβ
y2
+ β(β − 1)xβ−2
Neumann datum:
g(x, y) = α if y = 1, −βyα
xβ−1
if x = 0, βyα
if x = 1.
Solution: u(x, y) ≡ yα
xβ
.
Comparison between
the present method (DD)
the use of classical P1 finite elements (MR)
ETH Z¨urich, 2-3 June 2006
Numerical results for an analytic test case 
ETH Z¨urich, 2-3 June 2006
Numerical results for an analytic test case 
ETH Z¨urich, 2-3 June 2006
Numerical results for an analytic test case 
Numerical study of the convergence properties
Test cases :
α = 1/4, α = 1/3, α = 2/3
β = 0, β = 1, β = 2
Three norms: v 0, a |v|1, a v ℓ∞
Order of convergence easy (?) to see.
Example : β = 0 and α = 2/3:
our axi-finite element has a rate of convergence ≃ 3 for the • 0, a norm.
Synthesis of these experiments:
same order of convergence than with the classical approach
errors much more smaller!
ETH Z¨urich, 2-3 June 2006
Numerical results for an analytic test case 
ETH Z¨urich, 2-3 June 2006
Numerical results for an analytic test case 
ETH Z¨urich, 2-3 June 2006
Analysis ? 
Discrete space for the approximation of the variational problem:
VT = H
√
T ∩ V .
Discrete variational formulation:
uT ∈ VT
a(uT , v) = < b , v > , ∀ v ∈ VT .
Estimate the error u − uT 1, a
Study the interpolation error u − ΠT u 1, a
What is the interpolate ΠT u ??
Proposition 4. Lack of regularity.
Hypothesis: u ∈ H2
a(Ω).
Then u√ belongs to the space H1
(Ω) and u√
1, Ω ≤ C u 2, a
ETH Z¨urich, 2-3 June 2006
Analysis ? 
Introduce v ≡ u√ . Small calculus: ∇v = −
1
2y
√
y
u ∇y +
1
√
y
∇u .
Then
Ω
|v|2
dx dy ≤
Ω
1
y
|u|2
dx dy ≤ C u 2
2, a
Ω
|∇v|2
dx dy ≤ 2
Ω
1
4y3
|u|2
+
1
y
|∇u|2
dx dy ≤ C u 2
2, a .
Derive (formally !) two times:
d2
v =
3
4 y2√
y
u ∇y • ∇y −
1
y
√
y
∇u • ∇y +
1
√
y
d2
u
Even if u is regular, v has no reason to be continuous.
ETH Z¨urich, 2-3 June 2006
About Cl´ement’s interpolation 
S
Vicinity ΞS of the vertex S ∈ T 0
.
Degree of freedom < δC
S , v > =
1
|ΞS| ΞS
v(x) dx dy , S ∈ T 0
Cl´ement’s interpolation: ΠC
v =
S∈T 0
< δC
S , v > ϕS .
ETH Z¨urich, 2-3 June 2006
About Cl´ement’s interpolation 
K
Vicinity ZK for a given triangle K ∈ T 2
.
|v − ΠC
v|0, K
≤ C hT |v|1, ZK
, |v − ΠC
v|1, K
≤ C |v|1, ZK
,
|v − ΠC
v|1, K
≤ C hT |v|2, ZK
.
ETH Z¨urich, 2-3 June 2006
Numerical analysis 
Interpolate Πu by conjugation: Πu = ΠC
u√
√
id est Πu(x, y) =
√
y ΠC
v (x, y) , (x, y) ∈ K ∈ T 2
Theorem 1. An interpolation result.
Relatively strong hypotheses concerning the mesh T
Let u ∈ H2
a(Ω) and Πu defined above.
Then we have u − Πu 1, a ≤ C hT u 2, a .
Ω
1
y
|u − Πu|2
dx dy =
Ω
1
y
|u −
√
y ΠC
v|2
dx dy
=
Ω
|v − ΠC
v|2
dx dy = v − ΠC
v 2
0, Ω
≤ C h2
T |v|2
1, Ω
≤ C h2
T u 2
2, a
ETH Z¨urich, 2-3 June 2006
Numerical analysis 
∇
√
y v − ΠC
v =
1
2
√
y
v − ΠC
v ∇y +
√
y ∇ v − ΠC
v .
Ω
y |∇ u − Πu |2
dx dy ≤
≤
Ω
|v − ΠC
v|2
dx dy + 2
Ω
y2
|∇ v − ΠC
v |2
dx dy
Ω+ = {K ∈ T 2
, dist (ZK , Γ0) > 0} Ω− = Ω  Ω+ .
ETH Z¨urich, 2-3 June 2006
Numerical analysis 
S
0ΓTθ
K
Triangle element K that belongs to the sub-domain Ω+.
ETH Z¨urich, 2-3 June 2006
Numerical analysis 
Theorem 2. First order approximation
relatively strong hypotheses concerning the mesh T
u solution of the continuous problem: u ∈ H2
a(Ω) ,
Then we have u − uT 1, a ≤ C hT u 2, a .
Proof: classical with Cea’s lemma!
ETH Z¨urich, 2-3 June 2006
Conclusion 
“Axi-finite element”
Interpolation properties founded of the underlying axi-Sobolev space
First numerical tests: good convergence properties
Numerical analysis based on Mercier-Raugel contribution (1982)
See also Gmati (1992), Bernardi et al. (1999)
May be all the material presented here is well known ?!
ETH Z¨urich, 2-3 June 2006

More Related Content

What's hot

Side 2019 #3
Side 2019 #3Side 2019 #3
Side 2019 #3
Arthur Charpentier
 
Lundi 16h15-copules-charpentier
Lundi 16h15-copules-charpentierLundi 16h15-copules-charpentier
Lundi 16h15-copules-charpentier
Arthur Charpentier
 
Slides sales-forecasting-session2-web
Slides sales-forecasting-session2-webSlides sales-forecasting-session2-web
Slides sales-forecasting-session2-webArthur Charpentier
 
slides CIRM copulas, extremes and actuarial science
slides CIRM copulas, extremes and actuarial scienceslides CIRM copulas, extremes and actuarial science
slides CIRM copulas, extremes and actuarial science
Arthur Charpentier
 
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
Joe Suzuki
 
slides tails copulas
slides tails copulasslides tails copulas
slides tails copulas
Arthur Charpentier
 
A Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent LearningA Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent Learning
Joe Suzuki
 
Slides econometrics-2018-graduate-3
Slides econometrics-2018-graduate-3Slides econometrics-2018-graduate-3
Slides econometrics-2018-graduate-3
Arthur Charpentier
 
A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...
A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...
A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...
Joe Suzuki
 
Multivariate Distributions, an overview
Multivariate Distributions, an overviewMultivariate Distributions, an overview
Multivariate Distributions, an overview
Arthur Charpentier
 
Side 2019, part 2
Side 2019, part 2Side 2019, part 2
Side 2019, part 2
Arthur Charpentier
 
Slides erasmus
Slides erasmusSlides erasmus
Slides erasmus
Arthur Charpentier
 
Side 2019 #5
Side 2019 #5Side 2019 #5
Side 2019 #5
Arthur Charpentier
 
Proba stats-r1-2017
Proba stats-r1-2017Proba stats-r1-2017
Proba stats-r1-2017
Arthur Charpentier
 
Slides econ-lm
Slides econ-lmSlides econ-lm
Slides econ-lm
Arthur Charpentier
 
Slides simplexe
Slides simplexeSlides simplexe
Slides simplexe
Arthur Charpentier
 
Probability based learning (in book: Machine learning for predictve data anal...
Probability based learning (in book: Machine learning for predictve data anal...Probability based learning (in book: Machine learning for predictve data anal...
Probability based learning (in book: Machine learning for predictve data anal...
Duyen Do
 

What's hot (19)

Side 2019 #3
Side 2019 #3Side 2019 #3
Side 2019 #3
 
Lundi 16h15-copules-charpentier
Lundi 16h15-copules-charpentierLundi 16h15-copules-charpentier
Lundi 16h15-copules-charpentier
 
Slides sales-forecasting-session2-web
Slides sales-forecasting-session2-webSlides sales-forecasting-session2-web
Slides sales-forecasting-session2-web
 
slides CIRM copulas, extremes and actuarial science
slides CIRM copulas, extremes and actuarial scienceslides CIRM copulas, extremes and actuarial science
slides CIRM copulas, extremes and actuarial science
 
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
 
Slides amsterdam-2013
Slides amsterdam-2013Slides amsterdam-2013
Slides amsterdam-2013
 
slides tails copulas
slides tails copulasslides tails copulas
slides tails copulas
 
A Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent LearningA Conjecture on Strongly Consistent Learning
A Conjecture on Strongly Consistent Learning
 
Slides econometrics-2018-graduate-3
Slides econometrics-2018-graduate-3Slides econometrics-2018-graduate-3
Slides econometrics-2018-graduate-3
 
Fougeres Besancon Archimax
Fougeres Besancon ArchimaxFougeres Besancon Archimax
Fougeres Besancon Archimax
 
A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...
A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...
A Generalization of Nonparametric Estimation and On-Line Prediction for Stati...
 
Multivariate Distributions, an overview
Multivariate Distributions, an overviewMultivariate Distributions, an overview
Multivariate Distributions, an overview
 
Side 2019, part 2
Side 2019, part 2Side 2019, part 2
Side 2019, part 2
 
Slides erasmus
Slides erasmusSlides erasmus
Slides erasmus
 
Side 2019 #5
Side 2019 #5Side 2019 #5
Side 2019 #5
 
Proba stats-r1-2017
Proba stats-r1-2017Proba stats-r1-2017
Proba stats-r1-2017
 
Slides econ-lm
Slides econ-lmSlides econ-lm
Slides econ-lm
 
Slides simplexe
Slides simplexeSlides simplexe
Slides simplexe
 
Probability based learning (in book: Machine learning for predictve data anal...
Probability based learning (in book: Machine learning for predictve data anal...Probability based learning (in book: Machine learning for predictve data anal...
Probability based learning (in book: Machine learning for predictve data anal...
 

Similar to A new axisymmetric finite element

Common fixed point theorem for occasionally weakly compatible mapping in q fu...
Common fixed point theorem for occasionally weakly compatible mapping in q fu...Common fixed point theorem for occasionally weakly compatible mapping in q fu...
Common fixed point theorem for occasionally weakly compatible mapping in q fu...
Alexander Decker
 
Minimum mean square error estimation and approximation of the Bayesian update
Minimum mean square error estimation and approximation of the Bayesian updateMinimum mean square error estimation and approximation of the Bayesian update
Minimum mean square error estimation and approximation of the Bayesian update
Alexander Litvinenko
 
Natalini nse slide_giu2013
Natalini nse slide_giu2013Natalini nse slide_giu2013
Natalini nse slide_giu2013Madd Maths
 
A unique common fixed point theorem for four
A unique common fixed point theorem for fourA unique common fixed point theorem for four
A unique common fixed point theorem for fourAlexander Decker
 
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docxLecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
croysierkathey
 
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docxLecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
jeremylockett77
 
Non-sampling functional approximation of linear and non-linear Bayesian Update
Non-sampling functional approximation of linear and non-linear Bayesian UpdateNon-sampling functional approximation of linear and non-linear Bayesian Update
Non-sampling functional approximation of linear and non-linear Bayesian Update
Alexander Litvinenko
 
How to find a cheap surrogate to approximate Bayesian Update Formula and to a...
How to find a cheap surrogate to approximate Bayesian Update Formula and to a...How to find a cheap surrogate to approximate Bayesian Update Formula and to a...
How to find a cheap surrogate to approximate Bayesian Update Formula and to a...
Alexander Litvinenko
 
A common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spacesA common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spaces
Alexander Decker
 
A current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsA current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsAlexander Decker
 
Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4
Arthur Charpentier
 
The Gaussian Hardy-Littlewood Maximal Function
The Gaussian Hardy-Littlewood Maximal FunctionThe Gaussian Hardy-Littlewood Maximal Function
The Gaussian Hardy-Littlewood Maximal Function
Radboud University Medical Center
 
Nokton theory-en
Nokton theory-enNokton theory-en
Nokton theory-en
saidanilassaad
 
Physical Chemistry Assignment Help
Physical Chemistry Assignment HelpPhysical Chemistry Assignment Help
Physical Chemistry Assignment Help
Edu Assignment Help
 
Approximation Methods Of Solutions For Equilibrium Problem In Hilbert Spaces
Approximation Methods Of Solutions For Equilibrium Problem In Hilbert SpacesApproximation Methods Of Solutions For Equilibrium Problem In Hilbert Spaces
Approximation Methods Of Solutions For Equilibrium Problem In Hilbert Spaces
Lisa Garcia
 
International journal of engineering and mathematical modelling vol2 no3_2015_2
International journal of engineering and mathematical modelling vol2 no3_2015_2International journal of engineering and mathematical modelling vol2 no3_2015_2
International journal of engineering and mathematical modelling vol2 no3_2015_2
IJEMM
 
QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...
QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...
QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...
The Statistical and Applied Mathematical Sciences Institute
 
Fixed point and common fixed point theorems in vector metric spaces
Fixed point and common fixed point theorems in vector metric spacesFixed point and common fixed point theorems in vector metric spaces
Fixed point and common fixed point theorems in vector metric spaces
Alexander Decker
 

Similar to A new axisymmetric finite element (20)

Common fixed point theorem for occasionally weakly compatible mapping in q fu...
Common fixed point theorem for occasionally weakly compatible mapping in q fu...Common fixed point theorem for occasionally weakly compatible mapping in q fu...
Common fixed point theorem for occasionally weakly compatible mapping in q fu...
 
Minimum mean square error estimation and approximation of the Bayesian update
Minimum mean square error estimation and approximation of the Bayesian updateMinimum mean square error estimation and approximation of the Bayesian update
Minimum mean square error estimation and approximation of the Bayesian update
 
Natalini nse slide_giu2013
Natalini nse slide_giu2013Natalini nse slide_giu2013
Natalini nse slide_giu2013
 
9 pd es
9 pd es9 pd es
9 pd es
 
A unique common fixed point theorem for four
A unique common fixed point theorem for fourA unique common fixed point theorem for four
A unique common fixed point theorem for four
 
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docxLecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
 
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docxLecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
Lecture13p.pdf.pdfThedeepness of freedom are threevalues.docx
 
Non-sampling functional approximation of linear and non-linear Bayesian Update
Non-sampling functional approximation of linear and non-linear Bayesian UpdateNon-sampling functional approximation of linear and non-linear Bayesian Update
Non-sampling functional approximation of linear and non-linear Bayesian Update
 
How to find a cheap surrogate to approximate Bayesian Update Formula and to a...
How to find a cheap surrogate to approximate Bayesian Update Formula and to a...How to find a cheap surrogate to approximate Bayesian Update Formula and to a...
How to find a cheap surrogate to approximate Bayesian Update Formula and to a...
 
A common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spacesA common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spaces
 
A current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsA current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systems
 
Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4
 
The Gaussian Hardy-Littlewood Maximal Function
The Gaussian Hardy-Littlewood Maximal FunctionThe Gaussian Hardy-Littlewood Maximal Function
The Gaussian Hardy-Littlewood Maximal Function
 
Nokton theory-en
Nokton theory-enNokton theory-en
Nokton theory-en
 
Physical Chemistry Assignment Help
Physical Chemistry Assignment HelpPhysical Chemistry Assignment Help
Physical Chemistry Assignment Help
 
Chapter 13
Chapter 13Chapter 13
Chapter 13
 
Approximation Methods Of Solutions For Equilibrium Problem In Hilbert Spaces
Approximation Methods Of Solutions For Equilibrium Problem In Hilbert SpacesApproximation Methods Of Solutions For Equilibrium Problem In Hilbert Spaces
Approximation Methods Of Solutions For Equilibrium Problem In Hilbert Spaces
 
International journal of engineering and mathematical modelling vol2 no3_2015_2
International journal of engineering and mathematical modelling vol2 no3_2015_2International journal of engineering and mathematical modelling vol2 no3_2015_2
International journal of engineering and mathematical modelling vol2 no3_2015_2
 
QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...
QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...
QMC: Operator Splitting Workshop, Compactness Estimates for Nonlinear PDEs - ...
 
Fixed point and common fixed point theorems in vector metric spaces
Fixed point and common fixed point theorems in vector metric spacesFixed point and common fixed point theorems in vector metric spaces
Fixed point and common fixed point theorems in vector metric spaces
 

More from Stefan Duprey

Dynamical smart liquidity on decentralized exchanges for lucrative market making
Dynamical smart liquidity on decentralized exchanges for lucrative market makingDynamical smart liquidity on decentralized exchanges for lucrative market making
Dynamical smart liquidity on decentralized exchanges for lucrative market making
Stefan Duprey
 
Smart systematic short strangle
Smart systematic short strangleSmart systematic short strangle
Smart systematic short strangle
Stefan Duprey
 
Short Term Intraday Long Only Crypto Strategies
Short Term Intraday Long Only Crypto StrategiesShort Term Intraday Long Only Crypto Strategies
Short Term Intraday Long Only Crypto Strategies
Stefan Duprey
 
On Chain Weekly Rebal Low Expo Strategy
On Chain Weekly Rebal Low Expo StrategyOn Chain Weekly Rebal Low Expo Strategy
On Chain Weekly Rebal Low Expo Strategy
Stefan Duprey
 
Stable_pool_optimal_allocation.pdf
Stable_pool_optimal_allocation.pdfStable_pool_optimal_allocation.pdf
Stable_pool_optimal_allocation.pdf
Stefan Duprey
 
Curve_fairness_IOUs.pdf
Curve_fairness_IOUs.pdfCurve_fairness_IOUs.pdf
Curve_fairness_IOUs.pdf
Stefan Duprey
 
Financial quantitative strategies using artificial intelligence
Financial quantitative strategies using artificial intelligenceFinancial quantitative strategies using artificial intelligence
Financial quantitative strategies using artificial intelligence
Stefan Duprey
 
Intraday news event_study
Intraday news event_studyIntraday news event_study
Intraday news event_study
Stefan Duprey
 
Multi risk factor model
Multi risk factor model Multi risk factor model
Multi risk factor model
Stefan Duprey
 
Impact best bid/ask limit order execution
Impact best bid/ask limit order executionImpact best bid/ask limit order execution
Impact best bid/ask limit order execution
Stefan Duprey
 
Optimal order execution
Optimal order executionOptimal order execution
Optimal order execution
Stefan Duprey
 
Page rank optimization to push successful URLs or products for e-commerce
Page rank optimization to push successful URLs or products for e-commercePage rank optimization to push successful URLs or products for e-commerce
Page rank optimization to push successful URLs or products for e-commerce
Stefan Duprey
 
Compounded autoregressive processes for Credit Risk modelling
Compounded autoregressive processes for Credit Risk modellingCompounded autoregressive processes for Credit Risk modelling
Compounded autoregressive processes for Credit Risk modelling
Stefan Duprey
 
Algorithmic trading
Algorithmic tradingAlgorithmic trading
Algorithmic trading
Stefan Duprey
 
Machine learning for_finance
Machine learning for_financeMachine learning for_finance
Machine learning for_finance
Stefan Duprey
 

More from Stefan Duprey (16)

Dynamical smart liquidity on decentralized exchanges for lucrative market making
Dynamical smart liquidity on decentralized exchanges for lucrative market makingDynamical smart liquidity on decentralized exchanges for lucrative market making
Dynamical smart liquidity on decentralized exchanges for lucrative market making
 
Smart systematic short strangle
Smart systematic short strangleSmart systematic short strangle
Smart systematic short strangle
 
Short Term Intraday Long Only Crypto Strategies
Short Term Intraday Long Only Crypto StrategiesShort Term Intraday Long Only Crypto Strategies
Short Term Intraday Long Only Crypto Strategies
 
On Chain Weekly Rebal Low Expo Strategy
On Chain Weekly Rebal Low Expo StrategyOn Chain Weekly Rebal Low Expo Strategy
On Chain Weekly Rebal Low Expo Strategy
 
Stable_pool_optimal_allocation.pdf
Stable_pool_optimal_allocation.pdfStable_pool_optimal_allocation.pdf
Stable_pool_optimal_allocation.pdf
 
Curve_fairness_IOUs.pdf
Curve_fairness_IOUs.pdfCurve_fairness_IOUs.pdf
Curve_fairness_IOUs.pdf
 
Financial quantitative strategies using artificial intelligence
Financial quantitative strategies using artificial intelligenceFinancial quantitative strategies using artificial intelligence
Financial quantitative strategies using artificial intelligence
 
Intraday news event_study
Intraday news event_studyIntraday news event_study
Intraday news event_study
 
Multi risk factor model
Multi risk factor model Multi risk factor model
Multi risk factor model
 
Impact best bid/ask limit order execution
Impact best bid/ask limit order executionImpact best bid/ask limit order execution
Impact best bid/ask limit order execution
 
Optimal order execution
Optimal order executionOptimal order execution
Optimal order execution
 
Page rank optimization to push successful URLs or products for e-commerce
Page rank optimization to push successful URLs or products for e-commercePage rank optimization to push successful URLs or products for e-commerce
Page rank optimization to push successful URLs or products for e-commerce
 
Compounded autoregressive processes for Credit Risk modelling
Compounded autoregressive processes for Credit Risk modellingCompounded autoregressive processes for Credit Risk modelling
Compounded autoregressive processes for Credit Risk modelling
 
Thesis presentation
Thesis presentationThesis presentation
Thesis presentation
 
Algorithmic trading
Algorithmic tradingAlgorithmic trading
Algorithmic trading
 
Machine learning for_finance
Machine learning for_financeMachine learning for_finance
Machine learning for_finance
 

Recently uploaded

EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
AlguinaldoKong
 
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
NathanBaughman3
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
Areesha Ahmad
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
muralinath2
 
Anemia_ different types_causes_ conditions
Anemia_ different types_causes_ conditionsAnemia_ different types_causes_ conditions
Anemia_ different types_causes_ conditions
muralinath2
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
Lokesh Patil
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCINGRNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
AADYARAJPANDEY1
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Sérgio Sacani
 
platelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptxplatelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptx
muralinath2
 
extra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdfextra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdf
DiyaBiswas10
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
Sérgio Sacani
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
Columbia Weather Systems
 
justice-and-fairness-ethics with example
justice-and-fairness-ethics with examplejustice-and-fairness-ethics with example
justice-and-fairness-ethics with example
azzyixes
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
pablovgd
 
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
Scintica Instrumentation
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
Sérgio Sacani
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
silvermistyshot
 
Predicting property prices with machine learning algorithms.pdf
Predicting property prices with machine learning algorithms.pdfPredicting property prices with machine learning algorithms.pdf
Predicting property prices with machine learning algorithms.pdf
binhminhvu04
 

Recently uploaded (20)

EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
 
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
 
Anemia_ different types_causes_ conditions
Anemia_ different types_causes_ conditionsAnemia_ different types_causes_ conditions
Anemia_ different types_causes_ conditions
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCINGRNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
 
platelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptxplatelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptx
 
extra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdfextra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdf
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
 
justice-and-fairness-ethics with example
justice-and-fairness-ethics with examplejustice-and-fairness-ethics with example
justice-and-fairness-ethics with example
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
 
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
 
Predicting property prices with machine learning algorithms.pdf
Predicting property prices with machine learning algorithms.pdfPredicting property prices with machine learning algorithms.pdf
Predicting property prices with machine learning algorithms.pdf
 

A new axisymmetric finite element

  • 1. European Finite Element Fair 4 ETH Z¨urich, 2-3 June 2006 A natural finite element for axisymmetric problem Fran¸cois Dubois CNAM Paris and University Paris South, Orsay conjoint work with Stefan Duprey University Henri Poincar´e Nancy and EADS Suresnes.
  • 2. A natural finite element for axisymmetric problem  1) Axi-symmetric model problem 2) Axi-Sobolev spaces 3) Discrete formulation 4) Numerical results for an analytic test case 5) About Cl´ement’s interpolation 6) Numerical analysis 7) Conclusion ETH Z¨urich, 2-3 June 2006
  • 3. Axi-symmetric model problem  Motivation : solve the Laplace equation in a axisymmetric domain Find a solution of the form u(r, z) exp(i θ) Change the notation : x ≡ z , y ≡ r Consider the meridian plane Ω of the axisymmetric domain ∂Ω = Γ0 ∪ ΓD ∪ ΓN , Γ0 ∩ ΓD = Ø , Γ0 ∩ ΓN = Ø , ΓD ∩ ΓN = Ø, Γ0 is the intersection of Ω with the “axis” y = 0 Then the function u is solution of − ∂2 u ∂x2 − 1 y ∂ ∂y y ∂u ∂y + u y2 = f in Ω Boundary conditions : u = 0 on ΓD , ∂u ∂n = g on ΓN ETH Z¨urich, 2-3 June 2006
  • 4. Axi-Sobolev spaces  Test function v null on the portion ΓD of the boundary Integrate by parts relatively to the measure y dx dy. Bilinear form a(u , v) = Ω y ∇u • ∇v dx dy + Ω u v y dx dy Linear form < b , v > = Ω f v y dx dy + ΓN g v y dγ . Two notations: u√ (x , y) = 1 √ y u(x , y) , u √ (x , y) = √ y u(x , y) , (x , y) ∈ Ω . Sobolev spaces: L2 a(Ω) = {v : Ω −→ IR , v √ ∈ L2 (Ω)} H1 a(Ω) = {v ∈ L2 a(Ω) , v√ ∈ L2 (Ω) , (∇v) √ ∈ (L2 (Ω))2 } H2 a(Ω) = v ∈ H1 a(Ω) , v√ √ √ ∈ L2 (Ω) , (∇v)√ ∈ (L2 (Ω))2 , (d2 v) √ ∈ (L2 (Ω))4 . ETH Z¨urich, 2-3 June 2006
  • 5. Axi-Sobolev spaces  Norms and semi-norms: v 2 0, a = Ω y |v|2 dx dy |v|2 1, a = Ω 1 y |v|2 + y |∇v|2 dx dy , v 2 1, a = v 2 0, a + |v|2 1, a |v|2 2, a = Ω 1 y3 |v|2 + 1 y |∇v|2 + y |d2 v|2 dx dy , v 2 2, a = v 2 1, a + |v|2 2, a The condition u = 0 on Γ0 is incorporated inside the choice of the axi-space H1 a(Ω). Sobolev space that takes into account the Dirichlet boundary condition V = {v ∈ H1 a(Ω) , γv = 0 on ΓD} . ETH Z¨urich, 2-3 June 2006
  • 6. Axi-Sobolev spaces  Variational formulation: u ∈ V a(u , v) = < b , v > , ∀ v ∈ V . We observe that a(v , v) = |v|2 1, a , ∀ v ∈ H1 a(Ω) , The existence and uniqueness of the solution of problem is (relatively !) easy according to the so-called Lax-Milgram-Vishik’s lemma. See the article of B. Mercier and G. Raugel ! ETH Z¨urich, 2-3 June 2006
  • 7. Discrete formulation  Very simple, but fundamental remark Consider v(x , y) = √ y (a x + b y + c) , (x , y) ∈ K ∈ T 2 , Then we have √ y ∇v(x , y) = a y , 1 2 (a x + 3b y + c) . P1 : the space of polynomials of total degree less or equal to 1 We have v√ ∈ P1 =⇒ (∇v) √ ∈ (P1)2 . A two-dimensional conforming mesh T T 0 set of vertices T 1 set of edges T 2 set of triangular elements. ETH Z¨urich, 2-3 June 2006
  • 8. Discrete formulation  Linear space P √ 1 = {v, v√ ∈ P1}. Degrees of freedom < δS , v > for v regular, S ∈ T 0 : < δS , v > = v√ (S) Proposition 1. Unisolvance property. K ∈ T 2 be a triangle of the mesh T , Σ the set of linear forms < δS , • >, S ∈ T 0 ∩ ∂K P √ 1 defined above. Then the triple (K , Σ , P √ 1 ) is unisolvant. Proposition 2. Conformity of the axi-finite element The finite element (K , Σ , P √ 1 ) is conforming in space C0 (Ω). Proposition 3. Conformity in the axi-space H1 a(Ω). The discrete space H √ T is included in the axi-space H1 a(Ω) : H √ T ⊂ H1 a(Ω) . ETH Z¨urich, 2-3 June 2006
  • 9. Numerical results for an analytic test case  Ω =]0, 1[2 , ΓD = Ø Parameters α > 0, β > 0, Right hand side: f (y, x) ≡ yα α2 − 1 xβ y2 + β(β − 1)xβ−2 Neumann datum: g(x, y) = α if y = 1, −βyα xβ−1 if x = 0, βyα if x = 1. Solution: u(x, y) ≡ yα xβ . Comparison between the present method (DD) the use of classical P1 finite elements (MR) ETH Z¨urich, 2-3 June 2006
  • 10. Numerical results for an analytic test case  ETH Z¨urich, 2-3 June 2006
  • 11. Numerical results for an analytic test case  ETH Z¨urich, 2-3 June 2006
  • 12. Numerical results for an analytic test case  Numerical study of the convergence properties Test cases : α = 1/4, α = 1/3, α = 2/3 β = 0, β = 1, β = 2 Three norms: v 0, a |v|1, a v ℓ∞ Order of convergence easy (?) to see. Example : β = 0 and α = 2/3: our axi-finite element has a rate of convergence ≃ 3 for the • 0, a norm. Synthesis of these experiments: same order of convergence than with the classical approach errors much more smaller! ETH Z¨urich, 2-3 June 2006
  • 13. Numerical results for an analytic test case  ETH Z¨urich, 2-3 June 2006
  • 14. Numerical results for an analytic test case  ETH Z¨urich, 2-3 June 2006
  • 15. Analysis ?  Discrete space for the approximation of the variational problem: VT = H √ T ∩ V . Discrete variational formulation: uT ∈ VT a(uT , v) = < b , v > , ∀ v ∈ VT . Estimate the error u − uT 1, a Study the interpolation error u − ΠT u 1, a What is the interpolate ΠT u ?? Proposition 4. Lack of regularity. Hypothesis: u ∈ H2 a(Ω). Then u√ belongs to the space H1 (Ω) and u√ 1, Ω ≤ C u 2, a ETH Z¨urich, 2-3 June 2006
  • 16. Analysis ?  Introduce v ≡ u√ . Small calculus: ∇v = − 1 2y √ y u ∇y + 1 √ y ∇u . Then Ω |v|2 dx dy ≤ Ω 1 y |u|2 dx dy ≤ C u 2 2, a Ω |∇v|2 dx dy ≤ 2 Ω 1 4y3 |u|2 + 1 y |∇u|2 dx dy ≤ C u 2 2, a . Derive (formally !) two times: d2 v = 3 4 y2√ y u ∇y • ∇y − 1 y √ y ∇u • ∇y + 1 √ y d2 u Even if u is regular, v has no reason to be continuous. ETH Z¨urich, 2-3 June 2006
  • 17. About Cl´ement’s interpolation  S Vicinity ΞS of the vertex S ∈ T 0 . Degree of freedom < δC S , v > = 1 |ΞS| ΞS v(x) dx dy , S ∈ T 0 Cl´ement’s interpolation: ΠC v = S∈T 0 < δC S , v > ϕS . ETH Z¨urich, 2-3 June 2006
  • 18. About Cl´ement’s interpolation  K Vicinity ZK for a given triangle K ∈ T 2 . |v − ΠC v|0, K ≤ C hT |v|1, ZK , |v − ΠC v|1, K ≤ C |v|1, ZK , |v − ΠC v|1, K ≤ C hT |v|2, ZK . ETH Z¨urich, 2-3 June 2006
  • 19. Numerical analysis  Interpolate Πu by conjugation: Πu = ΠC u√ √ id est Πu(x, y) = √ y ΠC v (x, y) , (x, y) ∈ K ∈ T 2 Theorem 1. An interpolation result. Relatively strong hypotheses concerning the mesh T Let u ∈ H2 a(Ω) and Πu defined above. Then we have u − Πu 1, a ≤ C hT u 2, a . Ω 1 y |u − Πu|2 dx dy = Ω 1 y |u − √ y ΠC v|2 dx dy = Ω |v − ΠC v|2 dx dy = v − ΠC v 2 0, Ω ≤ C h2 T |v|2 1, Ω ≤ C h2 T u 2 2, a ETH Z¨urich, 2-3 June 2006
  • 20. Numerical analysis  ∇ √ y v − ΠC v = 1 2 √ y v − ΠC v ∇y + √ y ∇ v − ΠC v . Ω y |∇ u − Πu |2 dx dy ≤ ≤ Ω |v − ΠC v|2 dx dy + 2 Ω y2 |∇ v − ΠC v |2 dx dy Ω+ = {K ∈ T 2 , dist (ZK , Γ0) > 0} Ω− = Ω Ω+ . ETH Z¨urich, 2-3 June 2006
  • 21. Numerical analysis  S 0ΓTθ K Triangle element K that belongs to the sub-domain Ω+. ETH Z¨urich, 2-3 June 2006
  • 22. Numerical analysis  Theorem 2. First order approximation relatively strong hypotheses concerning the mesh T u solution of the continuous problem: u ∈ H2 a(Ω) , Then we have u − uT 1, a ≤ C hT u 2, a . Proof: classical with Cea’s lemma! ETH Z¨urich, 2-3 June 2006
  • 23. Conclusion  “Axi-finite element” Interpolation properties founded of the underlying axi-Sobolev space First numerical tests: good convergence properties Numerical analysis based on Mercier-Raugel contribution (1982) See also Gmati (1992), Bernardi et al. (1999) May be all the material presented here is well known ?! ETH Z¨urich, 2-3 June 2006