Skip to content

Commit

Permalink
Merge pull request #967 from KratosMultiphysics/PfemFluid/SetEhcoLevel
Browse files Browse the repository at this point in the history
[PfemFLuid] New default value for echo_level
  • Loading branch information
AFranci committed Feb 19, 2024
2 parents 03d6838 + a9e10ee commit 642229e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kratos.gid/apps/PfemFluid/xml/Strategies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parameter n="maximum_pressure_iterations" pn="Maximum of iterations" type="integer" v="10" help=""/>
<parameter n="velocity_tolerance" pn="Velocity tolerance" type="double" v="1e-4" help=""/>
<parameter n="pressure_tolerance" pn="Pressure tolerance " type="double" v="1e-4" help=""/>
<parameter n="echo_level" pn="Echo level" type="int" v="1" help=""/>
<parameter n="echo_level" pn="Echo level" type="int" v="0" help=""/>
</parameter_list>

<linearSolvers>
Expand Down Expand Up @@ -66,7 +66,7 @@
<parameter n="maximum_pressure_iterations" pn="Maximum of iterations" type="integer" v="10" help=""/>
<parameter n="velocity_tolerance" pn="Velocity tolerance" type="double" v="1e-4" help=""/>
<parameter n="pressure_tolerance" pn="Pressure tolerance " type="double" v="1e-4" help=""/>
<parameter n="echo_level" pn="Echo level" type="int" v="1" help=""/>
<parameter n="echo_level" pn="Echo level" type="int" v="0" help=""/>
</parameter_list>

<linearSolvers>
Expand Down Expand Up @@ -118,7 +118,7 @@
<parameter n="maximum_pressure_iterations" pn="Maximum of iterations" type="integer" v="10" help=""/>
<parameter n="velocity_tolerance" pn="Velocity tolerance" type="double" v="1e-4" help=""/>
<parameter n="pressure_tolerance" pn="Pressure tolerance " type="double" v="1e-4" help=""/>
<parameter n="echo_level" pn="Echo level" type="int" v="1" help=""/>
<parameter n="echo_level" pn="Echo level" type="int" v="0" help=""/>
</parameter_list>

<linearSolvers>
Expand Down

0 comments on commit 642229e

Please sign in to comment.