|
dune-pdelab
2.0.0
|
#include <dune/pdelab/backend/simple/vector.hh>

Public Types | |
| typedef remove_const< const VectorContainer >::type | Container |
| typedef LFSCache | LFSCache |
| typedef Container::E | ElementType |
| typedef Container::size_type | size_type |
| typedef LFSCache::DOFIndex | DOFIndex |
| typedef LFSCache::ContainerIndex | ContainerIndex |
Public Member Functions | |
| ConstLocalView () | |
| ConstLocalView (const VectorContainer &vc) | |
| void | attach (const VectorContainer &container) |
| void | detach () |
| void | bind (const LFSCache &lfs_cache) |
| void | unbind () |
| size_type | size () const |
| void | read (LC &local_container) const |
| void | read (const ChildLFS &child_lfs, LC &local_container) const |
| void | read_sub_container (const ChildLFS &child_lfs, LC &local_container) const |
| const ElementType & | operator[] (size_type i) const |
| const ElementType & | operator[] (const DOFIndex &di) const |
| const ElementType & | operator[] (const ContainerIndex &ci) const |
| const Container & | container () const |
| const LFSCache & | cache () const |
Protected Attributes | |
| const VectorContainer * | _container |
| const LFSCache * | _lfs_cache |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
1.8.7