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
We define a subclass of ManifoldSubset whose instances represents the topological closure of given subset in the manifold.
Subsets provide a method closure to construct it. When the subset is already closed, as detected by the new method is_closed, it just returns the input.
We also add a method declare_closed. It just sets up an open disjoint union with an open complement. (This is exactly what is_closed tests.)
The purpose of this is to build a connection of manifolds to cell complexes and convex polyhedra: In a separate ticket, we will define embedded submanifolds of euclidean spaces that arise as interiors of polyhedra or relative interiors of their faces.