forked from lanl/tycho2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
input.deck.example
44 lines (38 loc) · 1.01 KB
/
input.deck.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Sample input deck
# Copy this to input.deck (or any other name you choose)
snOrder 8
iterMax 100
errMax 1e-6
maxCellsPerStep 100
intraAngleP 3
interAngleP 1
nGroups 2
sigmaT1 10.0
sigmaS1 5.0
sigmaT2 10.0
sigmaS2 5.0
OutputFile false
OutputFilename out.psi
SourceIteration true
OneSidedMPI false
DD_IterMax 100
DD_ErrMax 1e-5
# Sweep Types: TraverseGraph is the flagship sweep type
#SweepType OriginalTycho1
#SweepType OriginalTycho2
SweepType TraverseGraph
#SweepType PBJ
#SweepType PBJOuter
#SweepType Schur
#SweepType SchurOuter
#SweepType PBJSI
#SweepType SchurKrylov
# Gaussian Elimination Types: NoPivot seems to be best
# Original: Uses pivoting
# NoPivot: No pivoting
# CramerGlu: Use Cramer's rule to invert (algorithm from OpenGL library)
# CramerIntel: User Cramer's rule to invert (algorithm found from Intel blog)
#GaussElim Original
GaussElim NoPivot
#GaussElim CramerGlu
#GaussElim CramerIntel