Class template Dune::GDT::LocalDofVector

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

Mutable view onto the local degrees of freedom of a global vector on the element it is bound to.

VectorType &Dune::GDT::LocalDofVector::global()

No documentation provided.

void Dune::GDT::LocalDofVector::add_to_entry(const size_t ii, const ScalarType &value)

No documentation provided.

void Dune::GDT::LocalDofVector::set_entry(const size_t ii, const ScalarType &value)

No documentation provided.

ScalarType Dune::GDT::LocalDofVector::get_entry(const size_t ii) const

No documentation provided.

ScalarType &Dune::GDT::LocalDofVector::get_unchecked_ref(const size_t ii)

No documentation provided.

const ScalarType &Dune::GDT::LocalDofVector::get_unchecked_ref(const size_t ii) const

No documentation provided.

ScalarType &Dune::GDT::LocalDofVector::operator[](const size_t ii)

Note

This is not thread-safe without the mutex because operator[] is not thread-safe for the vectors from dune-xt-la.

const ScalarType &Dune::GDT::LocalDofVector::operator[](const size_t ii) const

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

VectorType &Dune::GDT::LocalDofVector::global_vector_

No documentation provided.

type Dune::GDT::LocalDofVector::ThisType

No documentation provided.

type Dune::GDT::LocalDofVector::BaseType

No documentation provided.

type Dune::GDT::LocalDofVector::VectorType

No documentation provided.

type Dune::GDT::LocalDofVector::MapperType

No documentation provided.