You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this package exports helper functions which access the indices of boundary simplices for 2D simplicial sets.
However, boundary accessors for 1D simplicial sets are not exported. This is typically because the 1D simplicial sets used in simulations are either lines or circles. For the line mesh, grabbing the boundary indices is simply a matter of calling [begin] and [end] on the co-chain of interest.
For other meshes, i.e. those with multiple connected components, [begin] and [end] will not suffice.
Currently, this package exports helper functions which access the indices of boundary simplices for 2D simplicial sets.
However, boundary accessors for 1D simplicial sets are not exported. This is typically because the 1D simplicial sets used in simulations are either lines or circles. For the line mesh, grabbing the boundary indices is simply a matter of calling
[begin]
and[end]
on the co-chain of interest.For other meshes, i.e. those with multiple connected components,
[begin]
and[end]
will not suffice.So, we should upstream some helper functions:
The
star
operator could be used as well:The text was updated successfully, but these errors were encountered: