From ebd18d9eb87ebc3401a93c8a95457b025ee43e36 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 4 Jan 2002 09:26:41 +0000 Subject: 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 --- README | 20 +++++--------------- interface.ccl | 7 ++++--- param.ccl | 25 ------------------------- 3 files changed, 9 insertions(+), 43 deletions(-) diff --git a/README b/README index e90ec41..46ee24a 100644 --- a/README +++ b/README @@ -1,20 +1,10 @@ Cactus Code Thorn EllSOR -Authors : ... -Managed by : ... <...@...........> +Authors : Cactus Maintainers +Managed by : Cactus Maintainers Version : ... CVS info : $Header$ -------------------------------------------------------------------------- -1. Purpose of the thorn - -This thorn does ... - -2. Dependencies of the thorn - -This thorn additionally requires implementations and thorns ... - -3. Thorn distribution - -This thorn is available to ... - -4. Additional information +This thorn provides basic elliptic solvers for different equation types +using SOR iterative methods. The thorn is written to be robust and +pedagogical rather that a viable fast solver. \ No newline at end of file diff --git a/interface.ccl b/interface.ccl index 401cb08..b7690a4 100644 --- a/interface.ccl +++ b/interface.ccl @@ -4,6 +4,7 @@ implements: ellsor inherits: ellbase, boundary -USES INCLUDE: EllBase.h -USES INCLUDE: Ell_DBstructure.h -USES INCLUDE: Boundary.h +USES INCLUDE HEADER: EllBase.h +USES INCLUDE HEADER: Ell_DBstructure.h +USES INCLUDE HEADER: Boundary.h +USES INCLUDE HEADER: Symmetry.h 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" -- cgit v1.2.3