diff --git a/docs/index.html b/docs/index.html index 90d0813f7..89435412f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1137,6 +1137,14 @@
Logical mask of size self%nbody that determines which bodies to drift.
Logical mask of size self%nbody that determines which bodies to drift.
Nodes of different colours represent the following:
+ + + + +Solid arrows point from a procedure to one which it calls. Dashed + arrows point from an interface to procedures which implement that interface. + This could include the module procedures in a generic interface or the + implementation in a submodule of an interface in a parent module. +
+Nodes of different colours represent the following:
+ + + + +Solid arrows point from a procedure to one which it calls. Dashed + arrows point from an interface to procedures which implement that interface. + This could include the module procedures in a generic interface or the + implementation in a submodule of an interface in a parent module. +
+| Type | +Intent | Optional | +Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4B), | +intent(in) | ++ + | :: | +ntp | Number of test particles |
+
+|
| integer(kind=I4B), | +intent(in) | ++ + | :: | +npl | Number of massive bodies |
+
+|
| real(kind=DP), | +intent(in), | ++ + | dimension(:,:) | :: | +xtp | Test particle position vector array |
+
+
| real(kind=DP), | +intent(in), | ++ + | dimension(:,:) | :: | +xpl | Massive body particle position vector array |
+
+
| real(kind=DP), | +intent(in), | ++ + | dimension(:) | :: | +GMpl | Array of massive body G*mass |
+
+
| logical, | +intent(in), | ++ + | dimension(:) | :: | +lmask | Logical mask indicating which test particles should be computed |
+
+
| real(kind=DP), | +intent(inout), | ++ + | dimension(:,:) | :: | +acc | Acceleration vector array |
+
+
Nodes of different colours represent the following:
- - - - -Solid arrows point from a procedure to one which it calls. Dashed - arrows point from an interface to procedures which implement that interface. - This could include the module procedures in a generic interface or the - implementation in a submodule of an interface in a parent module. -
-Relative distance vector components
Relative distance vector components
Relative distance vector components
Relative velocity vector components
Relative velocity vector components
Relative velocity vector components
Step size
Square of the critical encounter distance
Flag indicating that an encounter has occurred
Logical flag indicating the direction of the v .dot. r vector
Nodes of different colours represent the following:
+ + + + +Solid arrows point from a procedure to one which it calls. Dashed + arrows point from an interface to procedures which implement that interface. + This could include the module procedures in a generic interface or the + implementation in a submodule of an interface in a parent module. +
+Nodes of different colours represent the following:
+ + + + +Solid arrows point from a procedure to one which it calls. Dashed + arrows point from an interface to procedures which implement that interface. + This could include the module procedures in a generic interface or the + implementation in a submodule of an interface in a parent module. +
+| Type | +Intent | Optional | +Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4B), | +intent(in) | ++ + | :: | +n | Number of bodies |
+
+|
| integer(kind=I4B), | +intent(in) | ++ + | :: | +i | Index of the ith body |
+
+|
| integer(kind=I4B), | +intent(in) | ++ + | :: | +j | Index of the jth body |
+
+|
| integer(kind=I8B), | +intent(out) | ++ + | :: | +k | Index of the flattened matrix |
+
+
Nodes of different colours represent the following:
+ + + + +Solid arrows point from a procedure to one which it calls. Dashed + arrows point from an interface to procedures which implement that interface. + This could include the module procedures in a generic interface or the + implementation in a submodule of an interface in a parent module. +
+| Type | +Intent | Optional | +Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4B), | +intent(in) | ++ + | :: | +n | Number of bodies |
+
+|
| integer(kind=I8B), | +intent(in) | ++ + | :: | +k | Index of the flattened matrix |
+
+|
| integer(kind=I4B), | +intent(out) | ++ + | :: | +i | Index of the ith body |
+
+|
| integer(kind=I4B), | +intent(out) | ++ + | :: | +j | Index of the jth body |
+
+