dolfin.functions.specialfunctions.
CellNormal
Return symbolic cell normal for given manifold mesh.
Mesh
Example of usage
mesh = UnitSquare(4,4) vol = CellNormal(mesh)