#include <vector>
#include <algorithm>
#include <functional>
#include <dune/pdelab/gridfunctionspace/localfunctionspacetags.hh>
Go to the source code of this file.
|
| template<typename C > |
| C & | Dune::PDELab::accessBaseContainer (C &c) |
| |
| template<typename T , typename Tag , typename W > |
| LocalVector< T, Tag, W >::BaseContainer & | Dune::PDELab::accessBaseContainer (LocalVector< T, Tag, W > &c) |
| |
| template<typename C > |
| WeightedVectorAccumulationView< C >::BaseContainer & | Dune::PDELab::accessBaseContainer (WeightedVectorAccumulationView< C > &c) |
| |
| template<typename C > |
| const C & | Dune::PDELab::accessBaseContainer (const C &c) |
| |
| template<typename T , typename Tag , typename W > |
| const LocalVector< T, Tag, W >::BaseContainer & | Dune::PDELab::accessBaseContainer (const LocalVector< T, Tag, W > &c) |
| |
| template<typename C > |
| const WeightedVectorAccumulationView< C >::BaseContainer & | Dune::PDELab::accessBaseContainer (const WeightedVectorAccumulationView< C > &c) |
| |
- Author
- Christian Engwer A local Vector class, which can be tagged by a tag from localfunctionspacetags.hh