How do I create a Cubic Hermite function space?
FunctionSpace(bmesh, 'HER', x) with x in {0,1,2,3} gives 
UFLException: Degree "0" invalid for "Hermite" finite element, should be None.
but FunctionSpace(bmesh, 'HER', None) doesn't work either:
*** Error:   Unable to create function space.
*** Reason:  Illegal argument for degree, not an integer: None.
*** Where:   This error was encountered inside functionspace.py.
*** Process: 0
*** 
*** DOLFIN version: 1.3.0