aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index ef52d6c..9eecb44 100644
--- a/README
+++ b/README
@@ -19,9 +19,10 @@ it does require an intitial guess for the apparent horizon position.
Documentation
=============
-The doc/ directory contains detailed documentation for this thorn.
-There are also a lot of comments in the param.ccl file on how to set
-the (many) parameters.
+The doc/ directory contains detailed documentation for this thorn,
+including a discussion of those parameters which you'll likely want
+to set (or at least know about) in practice. For full information
+on all the parameters, see the comments in the param.ccl file.
The par/ directory contains some sample par files.
@@ -98,8 +99,8 @@ grid functions which are defined in those thorns.
By default this thorn uses various Cactus APIs which are supplied by
other thorns:
* This thorn uses CCTK_InterpGridArrays() for interpolating grid arrays.
- This is supplied by a driver-specific thorn; at present PUGHInterp
- it this for the PUGH driver.
+ This is supplied by a driver-specific thorn, such as PUGHInterp or
+ CarpetInterp.
* This thorn uses CCTK_ReduceLocArrayToArray1D() for interprocessor
communication in the multiprocessor Newton solver.
[see src/driver/README.parallel for details]