Can I do eigenvalue problems with Sundance?
There is no high-level support for setting up eigenvalue problems, but it can be done easily nonetheless. The simplest thing to do is to write two “phony” linear problems, one for the mass matrix and one for the stiffness matrix, and then extract the operators from these problems (see below) and feed them to your favorite eigensolver.