Looping over cells in the mesh #3772
Replies: 2 comments
-
Full fenics code is here https://github.com/cpraveen/fem/blob/master/fenics/step-10/demo.py |
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured out a solution, so closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to convert code from old fenics to firedrake.
Here I am computing some local error indicator and loop over cells
cells(mesh)
does not work in firedrake. Could you suggest an alternative for this ?Beta Was this translation helpful? Give feedback.
All reactions