summaryrefslogtreecommitdiff
path: root/src/options/arith_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/arith_options.toml')
-rw-r--r--src/options/arith_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/arith_options.toml b/src/options/arith_options.toml
index b2b5f0c31..bb572688b 100644
--- a/src/options/arith_options.toml
+++ b/src/options/arith_options.toml
@@ -451,6 +451,14 @@ header = "options/arith_options.h"
help = "use non-terminating tangent plane strategy for non-linear"
[[option]]
+ name = "nlExtTangentPlanesInterleave"
+ category = "regular"
+ long = "nl-ext-tplanes-interleave"
+ type = "bool"
+ default = "false"
+ help = "interleave tangent plane strategy for non-linear"
+
+[[option]]
name = "nlExtTfTangentPlanes"
category = "regular"
long = "nl-ext-tf-tplanes"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback