#include <Traits.hpp>
Public Types | |
| template<class Value > | |
| using | MatrixImpl = EigenSparseMatrix< Value, Eigen::RowMajor > |
| template<class Value > | |
| using | VectorImpl = EigenVector< Value > |
| using | PartitionSet = Dune::Partitions::All |
| using | SparsityPattern = MatrixSize |
| using | Comm = SequentialCommunication |
Traits class for a linear solver for the system AX=B using an FE space described by a dune-functions Basis Contains typedefs specific to the EIGEN backend.