dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20250
Comment on improved topology computation
I just pushed an optimization of the topology computation in the Mesh
class (computing things like cell-cell connectivity etc). The speedup
is roughly a factor 5.
The drawback is that the computed connectivity is no longer ordered,
so for example the list of neighboring cells of a cell may come out as
[134, 12, 591] instead of [12, 134, 591]. I don't think that's a
problem but we need to keep our eyes open for any problems.
--
Anders
Follow ups