interface for copying the property bits from the global tree or the level descriptor
Copy the properties of the level decriptor to the ones in subTree.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_levelDesc_type), | intent(in) | :: | levelDesc(:) | level descriptor including all elements (fluid, ghost, halo) |
||
type(tem_subTree_type), | intent(inout) | :: | subTree | tree to pass information to |
Copy the properties of inTree to the ones in subTree.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | inTree | tree to get information from |
||
type(tem_subTree_type), | intent(inout) | :: | subTree | tree to pass information to |