Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 665 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 665 Bytes

QMR

This repository contains the C++ header files implemented within my bachelor thesis at TU Darmstadt, Department of Electrical Engineering and Information Technology.

The QMR solver can be used in the same way as iterative solver from Eigen. Just include the header files and define the parameters. For the numerical examples carried out with the Bembel framework for boundary element methods only dense assembled matrices were investigated. For this examples load the unofficial fork from https://github.com/flx-wlf/bembel/tree/dense_matrix to use the routine which assembles dense system matrices, e.g.

Eigen::MatrixXd myDiscDense = denseAssembly(myDisc);