aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2007-01-15 12:09:10 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2007-01-15 12:09:10 +0000
commitbedcd2b6287e44f45f2f38456b6b0f0711a3cdd2 (patch)
tree98baefdb379797dab1e4634976d1bd2db9cfe1ee
parent74bc9ba83ebec82716597f9dac42551eea8185f6 (diff)
clarify log file
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@46 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--doc/documentation.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 15b94e5..6a5c5d1 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1407,6 +1407,11 @@ snprintf(buffer, length,
CCTK_MyProc(NULL))
\end{verbatim}
+Each file begins with a header comment describing the file format in
+detail. After the header comment, there is one line in the file for
+each call on \verb|CCTK_InterpLocalUniform()| which is handled by this thorn
+(with \verb|log_interp_coords| set to \verb|true|).
+
Note that these log files are typically quite large, and writing them
may significantly slow the simulation -- you should probably only use
this option for debugging purposes.