Let $D_1, D_2, ..., D_n$ be digraphs of various sizes and let $C$ be a diagraph with $n$ vertices $\{1,...,n\}$. Construct a new digraph, $D$, whose vertex set is $V(D) = V(D_1) \cup \cdots \cup V(D_n)$ and whose edge set is defined by $u \to v$ if and only if one of the two conditions hold:
$\quad$(a) $u,v \in V(D_i) \text{ and } u \to v \text{ in } D_i$
$\quad$(b) $\exists i \neq j$ such that $u \in V(D_i), v\in V(D_j)\text{ and } i \to j \text{ in } C$.
In other words, $D$ is the digraph obtained by replacing the vertices of $C$ with the diagraphs $D_1,D_2,...,D_n$.
Question: Is there a canonical name/notation for this process? I was digging through the Wikipedia article Graph operations to find something similar, but to no avail (perhaps I just missed it). In particular, I'm interested in when $D_1, D_2, ..., D_n$ are strongly connected and $C$ is transitive. Then the condensation of $D$ is $C$. My idea is to "reverse" the process of condensation.
I finally found a canonical name for this process in this article: Hamiltonian tournaments with the least number of $3$-cycles. The author calls $D = C(D_1,D_2,...,D_n)$ the composition of the $n$ components $M_1,M_2,...,M_n$ with the quotient $C$.