Dependencies:
 - PETSc-3.6.x: compiled with MUMPS, C++ and complex arithmetics
 - SLEPc-3.6.x

Install:
 - Run ./workDir.sh: a 'build' folder is created
 - cd build
 - make

Many executables are compiled and linked with the small_fem library.
See 'simulation' folder for the corresponding source code.

Example:
 - Go to ./tests/waveguide
 - gmsh guide3d.geo -3
 - Go to ./build
 - Run: ./waves -type vector -o 3 -k 25 -mode tm -msh ../tests/waveguide/guide3d.msh
 - Solution is written in waveguide.msh
 - It is the FE solution (order 3) of the TM11 mode in a waveguide (k = 25)
