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.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
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.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Module Procedures
private subroutine tri_1d(ns, n, aa, bb, cc, dd, dy)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=i_d),
intent(in)
::
ns
integer(kind=i_d),
intent(in)
::
n
real(kind=r_2),
intent(in),
DIMENSION(0:n)
::
aa
real(kind=r_2),
intent(inout),
DIMENSION(0:n)
::
bb
real(kind=r_2),
intent(in),
DIMENSION(0:n)
::
cc
real(kind=r_2),
intent(in),
DIMENSION(0:n)
::
dd
real(kind=r_2),
intent(inout),
DIMENSION(0:n)
::
dy
private subroutine tri_2d(mp, ns, n, aa, bb, cc, dd, dy)