summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 12 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 64f2063..068f4a6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -13,13 +13,22 @@ CCTK_REAL amplitude "amplitude"
: :: ""
} 1
-RESTRICTED:
-CCTK_INT cheb_order "order"
+CCTK_INT basis_order_r "Number of the basis functions in the radial direction"
+{
+ 1: :: ""
+} 40
+
+CCTK_INT basis_order_z "Number of the basis functions in the z direction"
{
1: :: ""
-} 20
+} 40
CCTK_REAL scale_factor "Scaling factor L for the SB basis"
{
0: :: ""
} 3.0
+
+CCTK_INT overdet "Solve the system overdetermined by this many equations"
+{
+ 0: :: ""
+} 0