aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 16:03:18 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 16:03:18 +0000
commiteb8f9578de93848af0a3d0382946b130652fac46 (patch)
treee00f2eabc1338fdd8d1da62a8fecd3199b9efa2f /src
parented4df35c122c8e0a27a7ac79ea4520ed1cf98a8a (diff)
update file names renamed from .F to .F77
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@137 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src')
-rw-r--r--src/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/README b/src/README
index d7f5cc1..97b3f05 100644
--- a/src/README
+++ b/src/README
@@ -19,7 +19,7 @@ ParamCheck.c
This is scheduled at PARAMCHECK to do some basic consistency
checks on the parameters.
-decode_pars.F
+decode_pars.F77
This is scheduled at INITIAL to decode/copy our parameters
into protected grid scalars, for the benefit of the stress-energy
tensor code in "include/Scalar_CalcTmunu.inc". In particular,
@@ -27,11 +27,11 @@ decode_pars.F
the integer decoded_exact_model (which has one of the values
#defined in include/param_defs.inc ).
-initialize.F
+initialize.F77
This is the main top-level routine scheduled at INITIAL
to set up an initial slice.
-Bona_Masso_data.F
+Bona_Masso_data.F77
This contains code to compute the Bona-Masso variables for
the initial data, making use of the subroutine Exact__metric()
to calculate the spacetime metric and its inverse. Note that
@@ -39,23 +39,23 @@ Bona_Masso_data.F
(or even if) we are evolving the Einstein equations -- here
the Bona-Masso variables are "just" used as intermediate variables.
-metric.F
+metric.F77
This contains the subroutine Exact__metric(); this decodes
the decoded_exact_model parameter and calls the appropriate
Exact__model_name_coords() subroutine to compute the 4-metric
and its inverse at a point. See the metrics/ subdirectory
for these computations for the various models.
-gauge.F
+gauge.F77
This contains code to set the lapse/shift from an exact solution
at each time step of an evolution.
-boundary.F
+boundary.F77
This is the top-level routine scheduled at POSTSTEP to
implement exact-solution boundary conditions.
-blended_boundary.F
-xyz_blended_boundary.F
+blended_boundary.F77
+xyz_blended_boundary.F77
These files implement the blended boundary conditions described
in "doc/slice_evolver.tex".