Some time ago, it was possible to get the diameter of a ufc::cell via cell.diameter() This doesn't work anymore. Any alternatives?
ufc::cell
cell.diameter()
Hi,
You can try cell.h().
https://fenicsproject.org/olddocs/dolfin/2016.2.0/python/programmers-reference/cpp/mesh/Cell.html?highlight=cell%20h#dolfin.cpp.mesh.Cell.h
Hello,
I'm using cell.circumradius(), and from that calculating the diameter...
Regards, Leonardo