|
dune-fem
2.8-git
|
#include <algorithm>#include <cassert>#include <cmath>#include <cstdlib>#include <cstring>#include <iostream>#include <memory>#include <type_traits>#include <dune/common/densevector.hh>#include <dune/common/ftraits.hh>#include <dune/fem/common/utility.hh>Go to the source code of this file.
Classes | |
| class | Dune::Fem::StandardArrayAllocator< T > |
| oriented to the STL Allocator funtionality More... | |
| class | Dune::Fem::PODArrayAllocator< T > |
| struct | Dune::DenseMatVecTraits< Fem::StaticArray< K > > |
| struct | Dune::FieldTraits< Fem::StaticArray< K > > |
| struct | Dune::DenseMatVecTraits< Fem::DynamicArray< K > > |
| struct | Dune::FieldTraits< Fem::DynamicArray< K > > |
| class | Dune::Fem::StaticArray< T > |
| An implementation of DenseVector which uses a C-array of fixed size as storage. More... | |
| class | Dune::Fem::DynamicArray< T, Allocator > |
| An implementation of DenseVector which uses a C-array of dynamic size as storage. More... | |
Namespaces | |
| Dune | |
| Dune::Fem | |