• No results found

We have implemented a Newton solver for ASPECT (Kronbichler et al., 2012) 2

N/A
N/A
Protected

Academic year: 2022

Share "We have implemented a Newton solver for ASPECT (Kronbichler et al., 2012) 2"

Copied!
1
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

N EWTON S OLVER S TABILIZATION FOR S TOKES S OLVERS IN G EODYNAMIC PROBLEMS

Fraters M. R. T. (1), Bangerth W. (2), Thieulot C. (1), Glerum A. (1,3), Spakman W. (1,4)

(1) DEPARTMENT OF EARTH SCIENCES, UTRECHT UNIVERSITY, NETHERLANDS, (2) DEPARTMENT OF MATHEMATICS, COLORADO STATE UNIVERSITY, U.S.A, (3) GFZ GERMAN RESEARCH CENTER

FOR GEOSCIENCES, POTSDAM, GERMANY, (4) CENTRE OF EARTH EVOLUTION AND DYNAMICS (CEED), UNIVERSITY OF OSLO, NORWAY

ABSTRACT

1. We have implemented a Newton solver for ASPECT (Kronbichler et al., 2012)

2. We only use solver libraries to solve linear systems (no Trilinos NOX or PETSC SNES) 3. We have implemented line search and

oversolving-prevention ourselves

4. The Jacobian is not always Symmetric Pos- itive Definite (SPD)

5. We force the Jacobian to be SPD in a cheap and optimal way

6. This allows for more complex rheologies to be used with a Newton solver

PROBLEM STATEMENT

We are interested solving the Stokes equations:

−∇ ·





˙

(u) − 1

3 (∇ · u)1



+ ∇p = ρg in Ω,

∇ · (ρu) = 0 in Ω,

The weak form of the Newton linearisation:

Jkuu Jkup Jkpu 0

 δUk δ ¯Pk



= Fku Fkp



where for the incompressible case the Jacobian elements are (ignoring the pressure scaling):

Jkuu

ij = (Ak)ij +



ε(ϕui ), 2 ∂η(ε(uk), pk)

∂ε : ε(ϕuj )

ε(uk)

 , Jkup

ij = BijT +



ε(ϕui ), 2 ∂η(ε(uk), pk)

∂p ϕpj 

ε(uk)

 , Jkpu

ij = Bij.

In general Juu neither symmetric, nor positive definite, which can be very bad for solvers.

RESTORING SYMMETRY

Approx. Juu with the eq. below where Esym = 12 (Emnpq + Epqmn) and E(ε(uk))mnpq = h2ε(u)mn ∂η(ε(u),p)∂εpq i :

Jkuu

ij ≈ (Ak)ij +



ε(ϕui ),  ∂η(ε(uk), pk)

∂ε : ε(ϕuj )

ε(uk)

 +



ε(ϕuj ),  ∂η(ε(uk), pk)

∂ε : ε(ϕui )

ε(uk)



= (Ak)ij + 

ε(ϕui ), Esym(ε(uk))ε(ϕuj )

FORCING SYMMETRY AND POSITIVE DEFINITENESS

The positive definiteness of Juu is determined by tensor H:

Juu =



ε(ϕui ), 2η(ε(u))ε(ϕuj )

 +



ε(ϕui ), Esym(ε(u))ε(ϕuj )



= ε(ϕui ), 2η(ε(u))I ⊗ I + Esym(ε(u))

| {z }

=:H

ε(ϕuj )

We can force tensor H to be SPD by scaling Esym with a factor α:

Hspd = 2η(ε(u))I ⊗ I + αEsym(ε(u))

with 0 < α ≤ 1. If α = 0 Juu will always be SPD, but to have optimal convergence we want α to be as large as possible (max one). It can be proven (Fraters et al., in prep) that the optimal value for α is (where a = ε(u)and b = ∂η(ε(u),p)∂ε ):

α =

1 if h

1 − kakkbkb:a i2

kakkbk < 2η(ε(u))

2η(ε(u))



1− b:a kakkbk

2

kakkbk

otherwise.

REALISTIC 3D CASE

PRELIMINARY CONCLUSIONS

The Newton solver without stabilisation is:

• fast;

• prone to numerical breakdowns;

• very sensitive to the precise tweaking of parameters such as mini- mum linear tolerance, line search iterations, etc.

The Newton solver with stabilisation is:

• faster than Picard, slower than without stabilisation;

• almost immune to numerical breakdowns;

• very insensitive to tweaking of these parameters.

BENCHMARKING

We show here results of a setup based on Spiegelman et al. (2016), on a mesh that has been refined either 4 (64x16 cells) or 8 times

(1024x256 cells) uniformly.

Referenties

GERELATEERDE DOCUMENTEN

H5: The more motivated a firm’s management is, the more likely a firm will analyse the internal and external business environment for business opportunities.. 5.3 Capability

I envisioned the wizened members of an austere Academy twice putting forward my name, twice extolling my virtues, twice casting their votes, and twice electing me with

In beide jaarrekeningen 2017 is echter de volgende tekst opgenomen: “Er is echter sprake van condities die duiden op het bestaan van een onze- kerheid van materieel belang op

This is an open access article distributed under the terms of the Creative Commons Attribution License (CC-BY-NC-ND 4.0), which permits unrestricted use, distribution,

As a research group we will determine the pro’s and cons of floating structures and come with a design tool with recommendations for design, construction and maintenance.

Exploring and describing the experience of poverty-stricken people living with HIV in the informal settlements in the Potchefstroom district and exploring and describing

Note 3: 47 patients in drug-free remission at year 10 achieved this (i.e. achieved and maintained remission allowing to taper to drug-free) on the following treatment

We only use solver libraries to solve linear systems (no Trilinos NOX or PETSC SNES) 3.. We have implemented line