Tpetra: Consider adding vector element-wise division function
*Created by: pelesh*
Please consider adding element-wise division function for Tpetra (multi)vector:
z(i) = x(i)/y(i) for all i
This function is needed for Tpetra interface to [SUNDIALS](http://github.com/LLNL/sundials), but I guess it may be useful elsewhere.
issue