Skip to content

Commit

Permalink
Correct place for distance function in parameter file
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrillh committed Aug 21, 2024
1 parent ba70879 commit a3c8f72
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Parameter name="Overlap" type="int" value="3" />
<Parameter name="Combine Mode" type="string" value="Restricted" /> <!-- Averaging, Full, Restricted -->
<Parameter name="Zero Initial Guess" type="bool" value="false" />
<Parameter name="Distance Function" type="string" value="Inverse Euclidean" />

<ParameterList name="ThyraSolver"> <!-- Solver used by the FEDD::Problem object in the inner Newton -->
<Parameter name="Linear Solver Type" type="string" value="Amesos2" />
Expand Down Expand Up @@ -51,7 +50,6 @@
<ParameterList name="Coarse Nonlinear Schwarz"> <!-- Same list as passed to
IPOUHarmonicCoarseOperator in FROSch -->

<Parameter name="Distance Function" type="string" value="Inverse Euclidean" />
<Parameter name="Store Phi" type="bool" value="true" />
<Parameter name="DofsPerNode1" type="int" value="2"/>

Expand All @@ -65,6 +63,7 @@
<ParameterList name="InterfacePartitionOfUnity">
<Parameter name="Type" type="string" value="RGDSW" />
<ParameterList name="RGDSW">
<Parameter name="Distance Function" type="string" value="Inverse Euclidean" />
<Parameter name="Interface Communication Strategy" type="string" value="CrsGraph" />
<Parameter name="Type" type="string" value="Full" />
<ParameterList name="Custom">
Expand Down

0 comments on commit a3c8f72

Please sign in to comment.