NonoverlappingSolverTraits used by discretization with non-overlapping parallel model. More...
#include <dumux/linear/amgtraits.hh>
NonoverlappingSolverTraits used by discretization with non-overlapping parallel model.
Public Types | |
using | Comm = Dune::Amg::SequentialInformation |
using | LinearOperator = Dune::MatrixAdapter< MType, VType, VType > |
using | ScalarProduct = Dune::SeqScalarProduct< VType > |
using | Smoother = Dune::SeqSSOR< MType, VType, VType > |
using Dumux::NonoverlappingSolverTraits< MType, VType, isParallel >::Comm = Dune::Amg::SequentialInformation |
using Dumux::NonoverlappingSolverTraits< MType, VType, isParallel >::LinearOperator = Dune::MatrixAdapter<MType,VType,VType> |
using Dumux::NonoverlappingSolverTraits< MType, VType, isParallel >::ScalarProduct = Dune::SeqScalarProduct<VType> |
using Dumux::NonoverlappingSolverTraits< MType, VType, isParallel >::Smoother = Dune::SeqSSOR<MType,VType, VType> |