This routine build and append IBM stencils to scheme stencil array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_IBM_globType), | intent(inout) | :: | globIBM | datatype to store the surface information |
||
type(mus_scheme_layout_type), | intent(inout) | :: | layout | scheme stencil layout |
||
type(grw_stencilheaderarray_type), | intent(inout) | :: | grwStencil | contains array of stencils |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_stencilHeader_type), | private | :: | IBM_stencil | ||||
character(len=labelLen), | private | :: | label | ||||
integer, | private | :: | iIBM | ||||
integer, | private | :: | stencilPos | ||||
logical, | private | :: | wasAdded |