summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-30 16:04:31 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-30 16:04:31 +0000
commit842d168da2b99338adc149cba558f04819e09ace (patch)
treeccbb153305c301fe5457ef8e7de321e35cc06eb0
parent16618fb888bb9181bd2921a2b1998e407d97e1ed (diff)
Really sort the function index alphabetically.
This closes PR Documentation-671. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2550 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/FunctionReference.tex32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/UsersGuide/FunctionReference.tex b/doc/UsersGuide/FunctionReference.tex
index 68d09a9f..a4aa9f66 100644
--- a/doc/UsersGuide/FunctionReference.tex
+++ b/doc/UsersGuide/FunctionReference.tex
@@ -99,14 +99,14 @@ from Fortran.
[\pageref{CCTK-CmplxSin}]
Returns the Sine of a complex number (only C) [not yet available]
-\item[CCTK\_CmplxSub]
- [\pageref{CCTK-CmplxSub}]
- Returns the subtraction of two complex numbers (only C)
-
\item[CCTK\_CmplxSqrt]
[\pageref{CCTK-CmplxSqrt}]
Returns the square root of a complex number (only C) [not yet available]
+\item[CCTK\_CmplxSub]
+ [\pageref{CCTK-CmplxSub}]
+ Returns the subtraction of two complex numbers (only C)
+
\item[CCTK\_CoordDir]
[\pageref{CCTK-CoordDir}]
Give the direction for a given coordinate name.
@@ -291,26 +291,26 @@ from Fortran.
\item[CCTK\_NumIOMethods]
[\pageref{CCTK-_NumIOMethods}]
-\item[CCTK\_NumTimeLevelsFromVarI]
- [\pageref{CCTK-NumTimeLevelsFromVarI}]
- Gives the number of timelevels for a variable
-
\item[CCTK\_NumTimeLevelsFromVar]
[\pageref{CCTK-NumTimeLevelsFromVar}]
Gives the number of timelevels for a variable
+\item[CCTK\_NumTimeLevelsFromVarI]
+ [\pageref{CCTK-NumTimeLevelsFromVarI}]
+ Gives the number of timelevels for a variable
+
\item[CCTK\_NumVars]
[\pageref{CCTK-NumVars}]
Get the number of grid variables compiled in the code
-\item[CCTK\_NumVarsInGroupI]
- [\pageref{CCTK-NumVarsInGroupI}]
- Provides the number of variables in a group from the group index
-
\item[CCTK\_NumVarsInGroup]
[\pageref{CCTK-NumVarsInGroup}]
Provides the number of variables in a group from the group name
+\item[CCTK\_NumVarsInGroupI]
+ [\pageref{CCTK-NumVarsInGroupI}]
+ Provides the number of variables in a group from the group index
+
\item[CCTK\_nProcs]
[\pageref{CCTK-nProcs}]
Get the total number of processors used
@@ -375,14 +375,14 @@ from Fortran.
[\pageref{CCTK-RegisterGHExtensionInitGH}]
Register a routine for providing initialisation for an extension to the Cactus GH
-\item[CCTK\_RegisterGHExtensionSetupGH]
- [\pageref{CCTK-RegisterGHExtensionSetupGH}]
- Register a routine for setting up an extension to the Cactus GH
-
\item[CCTK\_RegisterGHExtensionScheduleTraverseGH]
[\pageref{CCTK-RegisterGHExtensionScheduleTraverseGH}]
Register a GH extension schedule traversal routine
+\item[CCTK\_RegisterGHExtensionSetupGH]
+ [\pageref{CCTK-RegisterGHExtensionSetupGH}]
+ Register a routine for setting up an extension to the Cactus GH
+
\item[CCTK\_RegisterIOMethod]
[\pageref{CCTK-RegisterIOMethod}]
Register an IO method name