I'm using ffc to generate .h file from a .ufl, in such a way that I can later include it into DOLFIN C++. I'd like to know if it is possible to pass some parameters to a .ufl file, for example the kind of the Finite Element I want to use (lagrange, RT, DG, ...). If it is not possible, can I "split" the different parts which compose a .ufl file ? For example 1 file for the element I use, 1 for the function and 1 for the variational form and then include all the three .h files into the .cpp files