-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Panzer MiniEM: Make truncating MueLu hierarchies optional
The option is disabled by default.
- Loading branch information
Showing
6 changed files
with
62 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
packages/panzer/mini-em/example/BlockPrec/solverMueLuTruncated.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<ParameterList name="Linear Solver"> | ||
|
||
<ParameterList name="Preconditioner Types"> | ||
<ParameterList name="Teko"> | ||
<ParameterList name="Inverse Factory Library"> | ||
<ParameterList name="Maxwell"> | ||
|
||
<ParameterList name="S_E Preconditioner"> | ||
<ParameterList name="Preconditioner Types"> | ||
<ParameterList name="MueLuRefMaxwell"> | ||
|
||
<ParameterList name="refmaxwell: 11list"> | ||
|
||
<!-- make this a one-level method --> | ||
<Parameter name="max levels" type="int" value="1"/> | ||
<Parameter name="coarse: type" type="string" value="CHEBYSHEV"/> | ||
<ParameterList name="coarse: params"> | ||
<Parameter name="chebyshev: degree" type="int" value="6"/> | ||
<Parameter name="chebyshev: ratio eigenvalue" type="double" value="5.4"/> | ||
<Parameter name="chebyshev: eigenvalue max iterations" type="int" value="100"/> | ||
</ParameterList> | ||
|
||
</ParameterList> | ||
|
||
<ParameterList name="refmaxwell: 22list"> | ||
|
||
<!-- make this a one-level method --> | ||
<Parameter name="max levels" type="int" value="1"/> | ||
<Parameter name="coarse: type" type="string" value="CHEBYSHEV"/> | ||
<ParameterList name="coarse: params"> | ||
<Parameter name="chebyshev: degree" type="int" value="6"/>> | ||
<Parameter name="chebyshev: ratio eigenvalue" type="double" value="7"/> | ||
<Parameter name="chebyshev: eigenvalue max iterations" type="int" value="100"/> | ||
</ParameterList> | ||
|
||
</ParameterList> | ||
|
||
</ParameterList> | ||
</ParameterList> | ||
</ParameterList> | ||
|
||
</ParameterList> | ||
</ParameterList> | ||
</ParameterList> | ||
</ParameterList> | ||
</ParameterList> |