We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In pyurmde.py, line 1089, the diameter method from the dolfin.Cell class has been removed from the last version of Fenics (see https://fenicsproject.org/olddocs/dolfin/2016.2.0/python/programmers-reference/cpp/mesh/Cell.html#dolfin.cpp.mesh.Cell). circumradius could be used as a replacement.
diameter
dolfin.Cell
circumradius
The text was updated successfully, but these errors were encountered:
Fix for #160
3480e87
No branches or pull requests
In pyurmde.py, line 1089, the
diameter
method from thedolfin.Cell
class has been removed from the last version of Fenics (see https://fenicsproject.org/olddocs/dolfin/2016.2.0/python/programmers-reference/cpp/mesh/Cell.html#dolfin.cpp.mesh.Cell).circumradius
could be used as a replacement.The text was updated successfully, but these errors were encountered: