Support the construction from multiple, process local, graphs (given in global node indices), e.g. Proc 0: ```bash 0 | \ 1 2 ``` Proc 1: ```bash 2 | \ 3 4 ``` Should result in the parallel mesh ```bash 0 | \ 1 2 | \ 3 4 ```