aboutsummaryrefslogtreecommitdiff
path: root/doc/how_to_add_a_new_model
diff options
context:
space:
mode:
authorknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2003-01-28 14:49:41 +0000
committerknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2003-01-28 14:49:41 +0000
commitdf88cbc7f44eaed2786f331e9c839eed625ced44 (patch)
tree8141c6ac3a25a3ab8a6060812e6ec808a820b88d /doc/how_to_add_a_new_model
parent34f58312bd04e64c06975d579afff005734288ba (diff)
- add one new metric: Minkowski/conf wave
This is Minkowski with a cosine in the conformal factor - added support for using a static conformal factor git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@147 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'doc/how_to_add_a_new_model')
-rw-r--r--doc/how_to_add_a_new_model7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/how_to_add_a_new_model b/doc/how_to_add_a_new_model
index 86e8eed..2a49c63 100644
--- a/doc/how_to_add_a_new_model
+++ b/doc/how_to_add_a_new_model
@@ -1,7 +1,7 @@
************************************************
***** How to Add a New Model to this Thorn *****
************************************************
-$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/Exact/doc/how_to_add_a_new_model,v 1.2 2002-11-17 15:44:32 jthorn Exp $
+$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/Exact/doc/how_to_add_a_new_model,v 1.3 2003-01-28 14:49:40 knarf Exp $
A general note: Please keep the sections for various models in the
same order in all the files. This makes it _much_ easier for people
@@ -51,10 +51,7 @@ Then you need to modify...
src/metrics/make.code.defn:
Add the new file name to the list of files to be compiled.
-If your model needs to set up a stress-energy tensor (n.b. as described
-in doc/documentation.tex, this also includes the case of a vacuum solution
-with a cosmological constant), then you need to modify some additional
-files:
+You need to modify some additional files:
interface.ccl:
Add copies of all your model's CCTK_INT and/or CCTK_REAL parameters
to the Exact_pars_int and/or Exact_pars_real variable groups as