A Krylov eigenvalue solver for linear partial differential operators.
Project description
A Krylov eigenvalue solver in Python
This Python package is designed for numerically solving eigenvalue problems of linear partial differential operators, such as the Laplace operator. It utilizes the finite element method, specifically employing the netgen
and ngsolve
packages (see here), to define domains, boundaries, and discretize the problem.
By applying special filter functions and Krylov iteration to the generated discretization matrices, the package computes the eigenvalues of the operator within a specified region of interest (an interval set by the user), along with the corresponding eigenvectors (eigenfunctions). This approach significantly reduces the size of the matrix eigenvalue problem after discretization, thereby lowering computational costs. Krylov iteration is particularly suitable for large-scale problems with a high number of degrees of freedom.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for krylovevsolver-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c10038594fd8d675b55d2ff17da8a066137dafcbaf0a6416df6652c581a84a2b |
|
MD5 | e925b87e8aa662376dd10f9dd50d14eb |
|
BLAKE2b-256 | 4612259664cbb4cd6917ccff7127bf4b30c61d62f4f1d8c7c30ba7f9e21ca047 |