Class template Dune::GDT::DofVector

Inherits from Dune::GDT::ConstDofVector.

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

Mutable view of a DoF vector together with the space mapper, providing localized DoF access and adaptation.

VectorType &Dune::GDT::DofVector::vector()

No documentation provided.

LocalDofVectorType Dune::GDT::DofVector::localize()

No documentation provided.

void Dune::GDT::DofVector::resize_after_adapt()

\ {

These methods are required for grid adaptation.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

VectorType &Dune::GDT::DofVector::vector_

No documentation provided.

type Dune::GDT::DofVector::ThisType

No documentation provided.

type Dune::GDT::DofVector::BaseType

No documentation provided.

type Dune::GDT::DofVector::LocalDofVectorType

No documentation provided.