gridap / UnstructuredGrids.jl

++REPO NOT MAINTAINED++ Helper routines for topological operations on unstructured grids in julia
MIT License
3 stars 2 forks source link

How to find cells around an edge? #6

Open henry2004y opened 4 years ago

henry2004y commented 4 years ago

Hi,

I have been looking at this package since yesterday. Due to the lack of documentation, I am having issues about some operations.

For example, in the 2D example provided in the README file, how can you get the cell ids around and edge? My feeling is to use find_cell_to_faces, but I have no luck now.