Class template Dune::GDT::DofVector

Inherits from Dune::GDT::ConstDofVector.

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

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

Method Dune::GDT::DofVector::vector

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

No documentation provided.

Method Dune::GDT::DofVector::localize

template<class Vector, class GridView>
LocalDofVectorType Dune::GDT::DofVector<Vector, GridView>::localize()

No documentation provided.

Method Dune::GDT::DofVector::resize_after_adapt

template<class Vector, class GridView>
void Dune::GDT::DofVector<Vector, GridView>::resize_after_adapt()

\ {

These methods are required for grid adaptation.

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

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.

Field Dune::GDT::DofVector::vector_

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

No documentation provided.

Type alias Dune::GDT::DofVector::ThisType

type Dune::GDT::DofVector::ThisType

No documentation provided.

Type alias Dune::GDT::DofVector::BaseType

type Dune::GDT::DofVector::BaseType

No documentation provided.

Type alias Dune::GDT::DofVector::LocalDofVectorType

type Dune::GDT::DofVector::LocalDofVectorType

No documentation provided.