Class template Dune::GDT::ConstDofVector

template<class Vector, class GridView>
class Dune::GDT::ConstDofVector<Vector, GridView>

Read-only view of a DoF vector together with the space mapper, providing localized DoF access.

Method Dune::GDT::ConstDofVector::vector

template<class Vector, class GridView>
const VectorType &Dune::GDT::ConstDofVector<Vector, GridView>::vector() const

No documentation provided.

Method Dune::GDT::ConstDofVector::localize

template<class Vector, class GridView>
int Dune::GDT::ConstDofVector<Vector, GridView>::localize() const

No documentation provided.

Constructor Dune::GDT::ConstDofVector::ConstDofVector<Vector, GridView>

template<>
template<class Vector, class GridView>
Dune::GDT::ConstDofVector<Vector, GridView>::ConstDofVector<Vector, GridView>(const MapperType &mapper, const VectorType &vec)

No documentation provided.

Constructor Dune::GDT::ConstDofVector::ConstDofVector<Vector, GridView>

template<>
template<class Vector, class GridView>
Dune::GDT::ConstDofVector<Vector, GridView>::ConstDofVector<Vector, GridView>(const ThisType&) = default

No documentation provided.

Constructor Dune::GDT::ConstDofVector::ConstDofVector<Vector, GridView>

template<>
template<class Vector, class GridView>
Dune::GDT::ConstDofVector<Vector, GridView>::ConstDofVector<Vector, GridView>(ThisType&&) noexcept = default

No documentation provided.

Field Dune::GDT::ConstDofVector::mapper_

const MapperType &Dune::GDT::ConstDofVector::mapper_

No documentation provided.

Field Dune::GDT::ConstDofVector::vector_

const VectorType &Dune::GDT::ConstDofVector::vector_

No documentation provided.

Type alias Dune::GDT::ConstDofVector::ThisType

type Dune::GDT::ConstDofVector::ThisType

No documentation provided.

Type alias Dune::GDT::ConstDofVector::VectorType

type Dune::GDT::ConstDofVector::VectorType

No documentation provided.

Type alias Dune::GDT::ConstDofVector::MapperType

type Dune::GDT::ConstDofVector::MapperType

No documentation provided.

Type alias Dune::GDT::ConstDofVector::ElementType

type Dune::GDT::ConstDofVector::ElementType

No documentation provided.