#include <Traits.hpp>
Public Types | |
| using | Comm = DistributedCommunication_t< Basis > |
| template<class > | |
| using | MatrixImpl = PetscMatrix< typename Comm::DofMap > |
| template<class > | |
| using | VectorImpl = PetscVector< typename Comm::DofMap > |
| using | PartitionSet = Dune::Partitions::Interior |
| using | SparsityPattern = MatrixNnzStructure |
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 PETSc backend.