dune-pdelab  2.0.0
Modules | Classes | Functions
dune-pdelab
Collaboration diagram for dune-pdelab:

Modules

 Grid Function Space
 
 Function
 
 Grid Operator
 
 Backend
 
 LocalOperator
 
 Common Utilities
 

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...
 
class  Dune::PDELab::DiagonalLocalMatrix< T, W >
 A dense matrix for storing data associated with the degrees of freedom of a pair of LocalFunctionSpaces. More...
 
class  Dune::PDELab::WeightedMatrixAccumulationView< C >
 An accumulate-only view on a local matrix that automatically takes into account an accumulation weight. More...
 
class  Dune::PDELab::LocalMatrix< T, W >
 A dense matrix for storing data associated with the degrees of freedom of a pair of LocalFunctionSpaces. More...
 

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)
 
template<class Stream , class T , class W >
Stream & Dune::PDELab::operator<< (Stream &stream, const LocalMatrix< T, W > &m)
 

Detailed Description

Function Documentation

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)
template<class Stream , class T , class W >
Stream& Dune::PDELab::operator<< ( Stream &  stream,
const LocalMatrix< T, W > &  m 
)