aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 21:02:12 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 21:02:12 -0600
commitc0739f621da57a1bda9e815e16a46ee67e70a3b4 (patch)
tree753fa69d5da999f94cf21592007e957a8f96f53d /m
parent592247986d098c317682aa082cf23fbb1a3c7ccb (diff)
Remove useMatter parameters which are now unused.
Diffstat (limited to 'm')
-rw-r--r--m/McLachlan_ADMConstraints.m14
-rw-r--r--m/McLachlan_ADMQuantities.m16
-rw-r--r--m/McLachlan_BSSN.m7
3 files changed, 1 insertions, 36 deletions
diff --git a/m/McLachlan_ADMConstraints.m b/m/McLachlan_ADMConstraints.m
index 2ac7b6c..25cf720 100644
--- a/m/McLachlan_ADMConstraints.m
+++ b/m/McLachlan_ADMConstraints.m
@@ -290,17 +290,6 @@ inheritedImplementations =
(* Parameters *)
(******************************************************************************)
-intParameters =
-{
- {
- Name -> useMatter,
- Description -> "Add matter terms",
- AllowedValues -> {{Value -> "0", Description -> "no matter"},
- {Value -> "1", Description -> "matter"}},
- Default -> addMatter
- }
-};
-
(******************************************************************************)
(* Construct the thorns *)
(******************************************************************************)
@@ -317,8 +306,7 @@ CreateKrancThornTT [groups, ".", ADMConstraints,
PartialDerivatives -> derivatives,
EvolutionTimelevels -> evolutionTimelevels,
UseLoopControl -> True,
- InheritedImplementations -> inheritedImplementations,
- IntParameters -> intParameters
+ InheritedImplementations -> inheritedImplementations
];
];
diff --git a/m/McLachlan_ADMQuantities.m b/m/McLachlan_ADMQuantities.m
index 932ed0c..24f7313 100644
--- a/m/McLachlan_ADMQuantities.m
+++ b/m/McLachlan_ADMQuantities.m
@@ -324,14 +324,6 @@ inheritedImplementations =
(* Parameters *)
(******************************************************************************)
-inheritedIntParameters =
-{
- (*
- "ML_BSSN::conformalMethod"
- "ML_BSSN::useMatter"
- *)
-};
-
intParameters =
{
{
@@ -340,13 +332,6 @@ intParameters =
AllowedValues -> {{Value -> "0", Description -> "phi method"},
{Value -> "1", Description -> "W method"}},
Default -> 0
- },
- {
- Name -> useMatter,
- Description -> "Add matter terms",
- AllowedValues -> {{Value -> "0", Description -> "no matter"},
- {Value -> "1", Description -> "matter"}},
- Default -> addMatter
}
};
@@ -367,7 +352,6 @@ CreateKrancThornTT [groups, ".", ADMQuantities,
EvolutionTimelevels -> evolutionTimelevels,
UseLoopControl -> True,
InheritedImplementations -> inheritedImplementations,
- InheritedIntParameters -> inheritedIntParameters,
IntParameters -> intParameters
];
diff --git a/m/McLachlan_BSSN.m b/m/McLachlan_BSSN.m
index be448fe..56e792f 100644
--- a/m/McLachlan_BSSN.m
+++ b/m/McLachlan_BSSN.m
@@ -1163,13 +1163,6 @@ intParameters =
AllowedValues -> {{Value -> "0", Description -> "phi method"},
{Value -> "1", Description -> "W method"}},
Default -> 0
- },
- {
- Name -> useMatter,
- Description -> "Add matter terms",
- AllowedValues -> {{Value -> "0", Description -> "no matter"},
- {Value -> "1", Description -> "matter"}},
- Default -> addMatter
}
};