summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-26 17:24:31 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-26 17:24:31 +0100
commitf89b029c45d6ac6a96a09bd904f1eec1bcada16c (patch)
treebe726163669df7115716a4a27e2d1d5fb4bf5a85 /param.ccl
parent59b0fb3aa94e95bf4117012af673fdcaea526254 (diff)
Rewrite to use the external libbrilldata library.
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