#include <Traits.hpp>
Public Types | |
| using | Comm = ISTLCommunication_t< Basis > |
| template<class Value > | |
| using | MatrixImpl = ISTLBCRSMatrix< Value, Comm > |
| template<class Value > | |
| using | VectorImpl = ISTLBlockVector< Value > |
| using | PartitionSet = Dune::Partitions::All |
| using | SparsityPattern = AMDiS::SparsityPattern |
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 ISTL backend.