aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-01-04 09:26:41 +0000
committerallen <allen@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-01-04 09:26:41 +0000
commitebd18d9eb87ebc3401a93c8a95457b025ee43e36 (patch)
tree6e6b0342654715ce4477a672e34a61b0da684d7e /param.ccl
parentc8ca30566098863b88a3b785d2221273f2109688 (diff)
Missed committing these files with last commit
Remove parameters for SOR so that different settings can be used for different calls to SOR using elliptic database structure git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@74 fa3da13c-9f13-4301-a575-cf5b8c5e1907
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl25
1 files changed, 0 insertions, 25 deletions
diff --git a/param.ccl b/param.ccl
index 30a951c..f1afb97 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,31 +1,6 @@
# Parameter definitions for thorn EllSOR
# $Header$
-shares:grid
-
-USES KEYWORD domain
-
shares:ellbase
USES KEYWORD elliptic_verbose
-
-private:
-
-CCTK_INT maxit "Maximal number of iteration in the SOR loop"
-{
-0:* :: ""
-} 100
-
-KEYWORD sor_bound "Boundary condition to apply in SOR loop"
-{
- "flat" :: "flat / copying boundary conditions"
- "constant" :: "constant boundary conditions"
- "robin" :: "Robin type boundary conditions"
-} "flat"
-
-KEYWORD sor_accel "Type of acceleration to use in SOR"
-{
- "none" :: "no acceleration (omega=1)"
- "const" :: "constant acceleration (omega=1.8)"
- "cheb" :: "Chebyshev acceleration"
-} "const"