How can I find the volume of a dynamic mesh. I'm try to find the volume of a mesh at different time steps. I've define my UFL file as:
element = FiniteElement("Lagrange", tetrahedron, 3)
v = Coefficient(element)
M = 1*dx
FFC gives the error "*** FFC: Expecting a UFL form file (.ufl)."