---------
* Improved the empirical interpolation interface.
- It no longer tries to perform interpolations, but leaves that to the
calling function.
- More and improved examples are added, copying a reference text, see
Aanonsen, "Empirical Interpolation with Application to Reduced Basis
Approximations", Chapter 3. 2009, Norwegian University of Science and
Technology.
* Quadrature points:
- Added a linear quadrature function.
- Added a function for genericly transforming quadrature from [-1, 1] to some
other range [a, b].
- Added a common selection method for quadratures.
* Added a couple of mesh classes for convenience. Currently only 1- and 2-
dimensional classes are implemented, but if they prove useful then a generic
version may be called for.
* Removed some of the interpolation code. It has been deemed relatively
unnecessary.
* Various asthetics:
- Added pylint configuration file, and improved from some of the suggestions.
- Made various improvements to the testing functions.