dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Modules | Classes | Functions
dune-pdelab
Collaboration diagram for dune-pdelab:

Modules

 Grid Function Space
 
 PDELab Function
 
 Grid Operator
 
 Backends
 
 Grid Operator
 
 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

◆ accessBaseContainer() [1/6]

template<typename C >
C & Dune::PDELab::accessBaseContainer ( C &  c)

◆ accessBaseContainer() [2/6]

template<typename C >
const C & Dune::PDELab::accessBaseContainer ( const C &  c)

◆ accessBaseContainer() [3/6]

template<typename T , typename Tag , typename W >
const LocalVector< T, Tag, W >::BaseContainer & Dune::PDELab::accessBaseContainer ( const LocalVector< T, Tag, W > &  c)

◆ accessBaseContainer() [4/6]

template<typename C >
const WeightedVectorAccumulationView< C >::BaseContainer & Dune::PDELab::accessBaseContainer ( const WeightedVectorAccumulationView< C > &  c)

◆ accessBaseContainer() [5/6]

template<typename T , typename Tag , typename W >
LocalVector< T, Tag, W >::BaseContainer & Dune::PDELab::accessBaseContainer ( LocalVector< T, Tag, W > &  c)

◆ accessBaseContainer() [6/6]

template<typename C >
WeightedVectorAccumulationView< C >::BaseContainer & Dune::PDELab::accessBaseContainer ( WeightedVectorAccumulationView< C > &  c)

◆ operator<<()

template<class Stream , class T , class W >
Stream & Dune::PDELab::operator<< ( Stream &  stream,
const LocalMatrix< T, W > &  m 
)