Skip to content
Snippets Groups Projects
Commit 2e1593c2 authored by Norbert Grunwald's avatar Norbert Grunwald Committed by Dmitri Naumov
Browse files

[T/2PhasePP] Changed temporal resolution of McWorther test

Also changed the convergence criterion and the maximum number of non-linaer iterations
parent 396c02b3
No related branches found
No related tags found
No related merge requests found
...@@ -143,9 +143,10 @@ ...@@ -143,9 +143,10 @@
<process ref="GW23"> <process ref="GW23">
<nonlinear_solver>basic_newton</nonlinear_solver> <nonlinear_solver>basic_newton</nonlinear_solver>
<convergence_criterion> <convergence_criterion>
<type>DeltaX</type> <type>PerComponentDeltaX</type>
<norm_type>NORM2</norm_type> <norm_type>NORM2</norm_type>
<abstol>1.e-6</abstol> <abstols>1e-05 1e-05</abstols>
<reltols>1e-08 1e-08</reltols>
</convergence_criterion> </convergence_criterion>
<time_discretization> <time_discretization>
<type>BackwardEuler</type> <type>BackwardEuler</type>
...@@ -165,19 +166,19 @@ ...@@ -165,19 +166,19 @@
</pair> </pair>
<pair> <pair>
<repeat>100</repeat> <repeat>100</repeat>
<delta_t>1</delta_t> <delta_t>0.5</delta_t>
</pair> </pair>
<pair> <pair>
<repeat>100</repeat> <repeat>100</repeat>
<delta_t>2</delta_t> <delta_t>1</delta_t>
</pair> </pair>
<pair> <pair>
<repeat>100</repeat> <repeat>100</repeat>
<delta_t>5</delta_t> <delta_t>2</delta_t>
</pair> </pair>
<pair> <pair>
<repeat>100</repeat> <repeat>100</repeat>
<delta_t>10</delta_t> <delta_t>5</delta_t>
</pair> </pair>
</timesteps> </timesteps>
</time_stepping> </time_stepping>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment