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.
Source Code
subroutine nusselt_init(me,cfg)class(nusselt_t),pointer,intent(inout)::meclass(input_t),target,intent(in)::cfginteger::icharacter(:),allocatable::nssnss=cfg%str('nusselt','')do i=1,size(nusselts)if(nss==nusselts(i)%nusselt_corr)me=>nusselts(i)enddo end subroutine nusselt_init