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.
Source Code
subroutine source_from_FS_ports_self_strand(me,dt)type(strand_t),intent(inout)::mereal(dp),intent(in)::dtinteger::iif(me%SC_Prop%FSlink)then do i=1,me%SC_Prop%NbCellsme%big%bmS(i)=me%big%bmS(i)-dt*me%SC_Prop%thermP(i)%p%DerSrcSdTme%big%bvS(i)=me%big%bvS(i)+dt*me%SC_Prop%thermP(i)%p%rhs_SrcSenddo endifend subroutine source_from_FS_ports_self_strand