Dune::MixedOperator< Matrix, Vector, Comm > Struct Template Reference

Generalized mixed precision operator interface. More...

#include <SolverAdapter.hpp>

Public Types

using type = Dune::OverlappingSchwarzOperator< Matrix, Vector, Vector, Comm >
 

Detailed Description

template<class Matrix, class Vector, class Comm>
struct Dune::MixedOperator< Matrix, Vector, Comm >

Generalized mixed precision operator interface.

Template Parameters
Matrixthe block-matrix used by linear operator
Vectorthe block-vector used by linear operator
Commthe communicator used by linear operator

Member Typedef Documentation

◆ type

template<class Matrix , class Vector , class Comm >
using Dune::MixedOperator< Matrix, Vector, Comm >::type = Dune::OverlappingSchwarzOperator<Matrix, Vector, Vector, Comm>

The documentation for this struct was generated from the following file: