aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2003-01-28 15:04:14 +0000
committerknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2003-01-28 15:04:14 +0000
commit8adf15161ff27d3d4a022482733edfc159d87ebb (patch)
treeea6cb79bc2dca625444b4172e9043cb1eb858825 /doc
parentf92466dacbdc45b168ee154584a56279c35b0c7a (diff)
- added some hints to metric-writers about the conformal factor
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@149 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'doc')
-rw-r--r--doc/how_to_add_a_new_model6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/how_to_add_a_new_model b/doc/how_to_add_a_new_model
index 2a49c63..f2ac415 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.3 2003-01-28 14:49:40 knarf Exp $
+$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/Exact/doc/how_to_add_a_new_model,v 1.4 2003-01-28 15:04:14 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
@@ -48,6 +48,10 @@ Then you need to modify...
It's probably easiest to start with a copy of an existing file and
modify it to compute your new metric -- that will help you get all
the "boilerplate" code right.
+ One additional information about the conformal factor which is passed
+ to the function: It is preset to 1.0 or 0.0 according to the fact if
+ it is wanted or not. If you want to have a physical metric, just do not
+ change it.
src/metrics/make.code.defn:
Add the new file name to the list of files to be compiled.