Class template Dune::GDT::ConstLocalDofVector

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

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

Note

Since all implementations of XT::LA::VectorInterface are assumed to be thread safe, no special care needs to be taken here.

void Dune::GDT::ConstLocalDofVector::post_bind(const int &ele) final override

No documentation provided.

const VectorType &Dune::GDT::ConstLocalDofVector::global() const

No documentation provided.

size_t Dune::GDT::ConstLocalDofVector::size() const

No documentation provided.

void Dune::GDT::ConstLocalDofVector::resize(const size_t new_size)

No documentation provided.

int Dune::GDT::ConstLocalDofVector::copy() const

No documentation provided.

void Dune::GDT::ConstLocalDofVector::scal(const int&)

No documentation provided.

void Dune::GDT::ConstLocalDofVector::axpy(const int&, const int&)

No documentation provided.

void Dune::GDT::ConstLocalDofVector::add_to_entry(const size_t, const int&)

No documentation provided.

void Dune::GDT::ConstLocalDofVector::set_entry(const size_t, const int&)

No documentation provided.

int Dune::GDT::ConstLocalDofVector::get_entry(const size_t ii) const

No documentation provided.

int &Dune::GDT::ConstLocalDofVector::get_unchecked_ref(const size_t)

No documentation provided.

const int &Dune::GDT::ConstLocalDofVector::get_unchecked_ref(const size_t ii) const

No documentation provided.

int &Dune::GDT::ConstLocalDofVector::operator[](const size_t)

No documentation provided.

const int &Dune::GDT::ConstLocalDofVector::operator[](const size_t ii) const

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const MapperType &Dune::GDT::ConstLocalDofVector::mapper_

No documentation provided.

const VectorType &Dune::GDT::ConstLocalDofVector::global_vector_

No documentation provided.

int Dune::GDT::ConstLocalDofVector::global_DoF_indices_

No documentation provided.

size_t Dune::GDT::ConstLocalDofVector::size_

No documentation provided.

int Dune::GDT::ConstLocalDofVector::dummy_scalar_to_silence_the_warning_

No documentation provided.

type Dune::GDT::ConstLocalDofVector::ThisType

No documentation provided.

type Dune::GDT::ConstLocalDofVector::VectorType

No documentation provided.

type Dune::GDT::ConstLocalDofVector::MapperType

No documentation provided.