• ts.adaptive: Implicit time stepping solver with an adaptive time step.

  • ts.bathe: Solve elastodynamics problems by the Bathe method.

  • ts.generalized_alpha: Solve elastodynamics problems by the generalized \alpha method.

  • ts.newmark: Solve elastodynamics problems by the Newmark method.

  • ts.simple: Implicit time stepping solver with a fixed time step.

  • ts.stationary: Solver for stationary problems without time stepping.

  • ts.velocity_verlet: Solve elastodynamics problems by the velocity-Verlet method.

  • eig.matlab: Matlab eigenvalue problem solver.

  • eig.pysparse: Pysparse-based eigenvalue solver for sparse symmetric problems.

  • eig.scipy: SciPy-based solver for both dense and sparse problems.

  • eig.scipy_lobpcg: SciPy-based LOBPCG solver for sparse symmetric problems.

  • eig.sgscipy: SciPy-based solver for dense symmetric problems.

  • eig.slepc: General SLEPc eigenvalue problem solver.

  • eig.qevp: Quadratic eigenvalue problem solver based on the problem linearization.