Class template Dune::GDT::ConstLocalDofVector

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

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.

Method Dune::GDT::ConstLocalDofVector::post_bind

template<class Vector, class GridView>
void Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::post_bind(const int &ele) final override

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::global

template<class Vector, class GridView>
const VectorType &Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::global() const

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::size

template<class Vector, class GridView>
int Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::size() const

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::resize

template<class Vector, class GridView>
void Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::resize(const int new_size)

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::copy

template<class Vector, class GridView>
int Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::copy() const

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::scal

template<class Vector, class GridView>
void Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::scal(const int&)

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::axpy

template<class Vector, class GridView>
void Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::axpy(const int&, const int&)

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::add_to_entry

template<class Vector, class GridView>
void Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::add_to_entry(const int, const int&)

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::set_entry

template<class Vector, class GridView>
void Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::set_entry(const int, const int&)

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::get_entry

template<class Vector, class GridView>
int Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::get_entry(const int ii) const

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::get_unchecked_ref

template<class Vector, class GridView>
int &Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::get_unchecked_ref(const int)

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::get_unchecked_ref

template<class Vector, class GridView>
const int &Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::get_unchecked_ref(const int ii) const

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::operator[]

template<class Vector, class GridView>
int &Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::operator[](const int)

No documentation provided.

Method Dune::GDT::ConstLocalDofVector::operator[]

template<class Vector, class GridView>
const int &Dune::GDT::ConstLocalDofVector<Vector, GridView, Traits>::operator[](const int ii) const

No documentation provided.

Constructor Dune::GDT::ConstLocalDofVector::ConstLocalDofVector<Vector, GridView, Traits>

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

No documentation provided.

Constructor Dune::GDT::ConstLocalDofVector::ConstLocalDofVector<Vector, GridView, Traits>

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

No documentation provided.

Constructor Dune::GDT::ConstLocalDofVector::ConstLocalDofVector<Vector, GridView, Traits>

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

No documentation provided.

Field Dune::GDT::ConstLocalDofVector::mapper_

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

No documentation provided.

Field Dune::GDT::ConstLocalDofVector::global_vector_

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

No documentation provided.

Field Dune::GDT::ConstLocalDofVector::global_DoF_indices_

int Dune::GDT::ConstLocalDofVector::global_DoF_indices_

No documentation provided.

Field Dune::GDT::ConstLocalDofVector::size_

int Dune::GDT::ConstLocalDofVector::size_

No documentation provided.

Field Dune::GDT::ConstLocalDofVector::dummy_scalar_to_silence_the_warning_

int Dune::GDT::ConstLocalDofVector::dummy_scalar_to_silence_the_warning_

No documentation provided.

Type alias Dune::GDT::ConstLocalDofVector::ThisType

type Dune::GDT::ConstLocalDofVector::ThisType

No documentation provided.

Type alias Dune::GDT::ConstLocalDofVector::VectorType

type Dune::GDT::ConstLocalDofVector::VectorType

No documentation provided.

Type alias Dune::GDT::ConstLocalDofVector::MapperType

type Dune::GDT::ConstLocalDofVector::MapperType

No documentation provided.