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 SSsrcLink_src_reinitialization(me)type(SSsrcLink_t),intent(inout)::meinteger::ido i=1,me%sizeNodesme%lk(1,i)%p%rhs_SrcS=0.0_dpme%lk(1,i)%p%DerSrcSdT=0.0_dpme%lk(2,i)%p%rhs_SrcS=0.0_dpme%lk(2,i)%p%DerSrcSdT=0.0_dpenddo! TODO if mesh2D involves accumulation (case of a slice angle for example)end subroutine SSsrcLink_src_reinitialization