summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl27
1 files changed, 4 insertions, 23 deletions
diff --git a/param.ccl b/param.ccl
index 1f80535..2834034 100644
--- a/param.ccl
+++ b/param.ccl
@@ -18,36 +18,17 @@ CCTK_INT eppley_n ""
1: :: ""
} 5
-CCTK_INT basis_order_r "Number of the basis functions in the radial direction"
+CCTK_INT basis_order_0 "Number of the basis functions in the radial direction"
{
1: :: ""
-} 40
+} 80
-CCTK_INT basis_order_z "Number of the basis functions in the z direction"
+CCTK_INT basis_order_1 "Number of the basis functions in the angular direction"
{
1: :: ""
-} 40
+} 20
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
-
-BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in brill_coeffs"
-{
-} "no"
-
-CCTK_INT colloc_grid_offset_r "Difference between the order of the basis and the collocation grid"
-{
- 0: :: ""
-} 3
-
-CCTK_INT colloc_grid_offset_z "Difference between the order of the basis and the collocation grid"
-{
- 0: :: ""
-} 3