Bug fix for the copying of diffusion tensors data structures.
The DiffTensorSimList objects in DiffTensorData were not being properly copied! This has been fixed
by writing class specific __deepcopy__() methods for both classes. The Element class has also been
subclassed from 'object'.