Class template Dune::GDT::ConstDofVector

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

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

const VectorType &Dune::GDT::ConstDofVector::vector() const

No documentation provided.

int Dune::GDT::ConstDofVector::localize() const

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

type Dune::GDT::ConstDofVector::ThisType

No documentation provided.

type Dune::GDT::ConstDofVector::VectorType

No documentation provided.

type Dune::GDT::ConstDofVector::MapperType

No documentation provided.

type Dune::GDT::ConstDofVector::ElementType

No documentation provided.