Anders Logg wrote:
> Yes, the mesh ordering used in DOLFIN (intentionally) screws up any
> ordering, like all cells being "right-oriented" or similar.
>
> If this is a problem for GTS, we need to do something about the GTS
> interface (not the mesh).
>
>   

I'm pretty sure this is not a problem for GTS. The GTS algorithm 
(gts_bb_tree_overlap()) is an axis-aligned bounding-box tree algorithm. 
It only operates on bounding boxes of cells, so the orientation is 
irrelevant. This is also why the algorithm can be used for tetrahedral 
meshes, even though GTS supposedly is only for triangulated surfaces.

  Johan

_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to