Class template Dune::GDT::LocalView

template<class VectorType, class ScalarType, class SpaceType, class Descriptor>
class Dune::GDT::LocalView

Element-local view into a global vector, caching the DoF values associated with a bound grid entity for gather/scatter during parallel communication.

void Dune::GDT::LocalView::resize(size_t size)

No documentation provided.

void Dune::GDT::LocalView::bind(const int &entity)

No documentation provided.

void Dune::GDT::LocalView::commit()

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::LocalView::LocalView<VectorType, ScalarType, SpaceType, Descriptor>(VectorType &vector, const SpaceType &space, const Descriptor &descriptor)

No documentation provided.

VectorType &Dune::GDT::LocalView::vector_

No documentation provided.

const SpaceType &Dune::GDT::LocalView::space_

No documentation provided.

int Dune::GDT::LocalView::global_indices_

No documentation provided.

int Dune::GDT::LocalView::value_cache_

must use something that doesn’t have specialized data storage for bool

const Descriptor &Dune::GDT::LocalView::descriptor_

No documentation provided.

type Dune::GDT::LocalView::value_type

No documentation provided.

template<class OtherEntities>
void Dune::GDT::LocalView::bind(const OtherEntities&)

this needs to exist for communication to allow gather/scatter to define for codim non-zero. even if never called