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.
-
const ScalarType &Dune::GDT::LocalView::operator[](const size_t ii) const¶
No documentation provided.
-
template<>
Dune::GDT::LocalView::LocalView<VectorType, ScalarType, SpaceType, Descriptor>(VectorType &vector, const SpaceType &space, const Descriptor &descriptor)¶ No documentation provided.
-
int Dune::GDT::LocalView::value_cache_¶
must use something that doesn’t have specialized data storage for bool
-
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