Merge topologies top1 and top2 to create top3 no link between the two topologies are created. map13 and map23 are arrays mapping the atoms of top1 to top3 and the ones of top2 to top3 respectively
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ommp_topology_type), | intent(in) | :: | top1 | |||
type(ommp_topology_type), | intent(in) | :: | top2 | |||
type(ommp_topology_type), | intent(out) | :: | top3 | |||
integer(kind=ip), | intent(out), | allocatable | :: | map13(:) | ||
integer(kind=ip), | intent(out), | allocatable | :: | map23(:) |