#include <dumux/linear/linearsolvertraits.hh>
|
| using | Matrix = MType |
| |
| using | Vector = VType |
| |
| using | Comm = Dune::OwnerOverlapCopyCommunication<Dune::bigunsignedint<96>, int> |
| |
| using | LinearOperator = Dune::OverlappingSchwarzOperator<MType, VType, VType, Comm> |
| |
| using | ScalarProduct = Dune::OverlappingSchwarzScalarProduct<VType, Comm> |
| |
| template<class SeqPreconditioner> |
| using | Preconditioner = Dune::BlockPreconditioner<VType, VType, Comm, SeqPreconditioner> |
| |
◆ Comm
template<class MType, class VType>
◆ LinearOperator
template<class MType, class VType>
◆ Matrix
template<class MType, class VType>
◆ Preconditioner
template<class MType, class VType>
template<class SeqPreconditioner>
◆ ScalarProduct
template<class MType, class VType>
◆ Vector
template<class MType, class VType>
◆ isNonOverlapping
template<class MType, class VType>
The documentation for this struct was generated from the following file: