barycentricSubdivision(f, R, S)
The vertices of the barycentric subdivision of $D$ correspond to faces of $D$. For every face $F$ in $D$, $\operatorname{barycentricSubdivision} (f,R,S)$ maps the vertex corresponding to $F$ in the barycentric subdivision of $D$ to the vertex corresponding to $f(F)$ in the barycentric subdivision of $E$. We work out these correspondences, and the resulting simplicial map between barycentric subdivisions in the example below.
|
|
|
|
The barycentric subdivisions of $D$, $E$, and $f$ are:
|
|
|
|
|
In order to understand the data for $Bf$, we first look at the correspondence between the faces of $\Delta$, $\Gamma$, and the vertices of $B\Delta$, $B\Gamma$, respectively.
|
|
|
These correspondences, together the images of each face of $D$ under $f$, will completely determine the map $Bf$.
|
|
The source of this document is in SimplicialComplexes/Documentation.m2:4185:0.