dune-pdelab 2.7-git
|
Modules | |
Grid Function Space | |
PDELab Function | |
Grid Operator | |
Grid Operator | |
Backends | |
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) |
C & Dune::PDELab::accessBaseContainer | ( | C & | c | ) |
const C & Dune::PDELab::accessBaseContainer | ( | const C & | c | ) |
const LocalVector< T, Tag, W >::BaseContainer & Dune::PDELab::accessBaseContainer | ( | const LocalVector< T, Tag, W > & | c | ) |
const WeightedVectorAccumulationView< C >::BaseContainer & Dune::PDELab::accessBaseContainer | ( | const WeightedVectorAccumulationView< C > & | c | ) |
LocalVector< T, Tag, W >::BaseContainer & Dune::PDELab::accessBaseContainer | ( | LocalVector< T, Tag, W > & | c | ) |
WeightedVectorAccumulationView< C >::BaseContainer & Dune::PDELab::accessBaseContainer | ( | WeightedVectorAccumulationView< C > & | c | ) |
Stream & Dune::PDELab::operator<< | ( | Stream & | stream, |
const LocalMatrix< T, W > & | m | ||
) |