Contains source elements required for interpolation to derive solver variables
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(grw_intarray_type), | private | :: | first | First position of source elements in srcElemPos per point size: nPnts |
|||
type(grw_intarray_type), | private | :: | last | last position of source elements in srcElemPos per point size: nPnts |
|||
type(grw_intarray_type), | private | :: | elemPos | Position of source elements in levelwise list for solver variable. position in leveldesc is used so interpolation can be done level wise using ghost elements. In Musubi, the genertic get_valOfIndex routine and get_valOfIndex routine of state variables does not include halo elements for interpolation |
|||
type(grw_realarray_type), | private | :: | weight | Interpolation weight for each source elements |