dune-pdelab
2.0.0
|
![]() |
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) |
C& Dune::PDELab::accessBaseContainer | ( | C & | c | ) |
Referenced by Dune::PDELab::UncachedVectorView< VectorContainer, LFSCache >::add(), Dune::PDELab::UncachedVectorView< VectorContainer, LFSCache >::add_sub_container(), Dune::PDELab::ConstUncachedVectorView< VectorContainer, LFSCache >::read(), Dune::PDELab::ConstUncachedVectorView< VectorContainer, LFSCache >::read_sub_container(), Dune::PDELab::DiagonalLocalMatrix< T, W >::umv(), Dune::PDELab::LocalMatrix< R >::umv(), Dune::PDELab::DiagonalLocalMatrix< T, W >::usmv(), Dune::PDELab::LocalMatrix< R >::usmv(), Dune::PDELab::UncachedVectorView< VectorContainer, LFSCache >::write(), and Dune::PDELab::UncachedVectorView< VectorContainer, LFSCache >::write_sub_container().
LocalVector<T,Tag,W>::BaseContainer& Dune::PDELab::accessBaseContainer | ( | LocalVector< T, Tag, W > & | c | ) |
WeightedVectorAccumulationView<C>::BaseContainer& Dune::PDELab::accessBaseContainer | ( | WeightedVectorAccumulationView< 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 | ) |
Stream& Dune::PDELab::operator<< | ( | Stream & | stream, |
const LocalMatrix< T, W > & | m | ||
) |