dune-pdelab  2.4-dev
Classes | Namespaces | Functions
localvector.hh File Reference
#include <vector>
#include <algorithm>
#include <functional>
#include <dune/pdelab/gridfunctionspace/localfunctionspacetags.hh>

Go to the source code of this file.

Classes

class  Dune::PDELab::WeightedVectorAccumulationView< C >
 An accumulate-only view on a local vector that automatically takes into account an accumulation weight. More...
 
class  Dune::PDELab::LocalVector< T, LFSFlavorTag, W >
 A container for storing data associated with the degrees of freedom of a LocalFunctionSpace. More...
 

Namespaces

 Dune
 
 Dune::PDELab
 

Functions

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)
 

Detailed Description

Author
Christian Engwer A local Vector class, which can be tagged by a tag from localfunctionspacetags.hh