dune-fem
2.4.1-rc
|
#include <cassert>
#include <dune/common/iteratorfacades.hh>
#include <dune/fem/misc/bartonnackmaninterface.hh>
#include <dune/fem/misc/metaprogramming.hh>
#include <dune/fem/storage/arrayallocator.hh>
#include "array_inline.hh"
Go to the source code of this file.
Classes | |
class | Dune::Fem::ArrayInterface< AT > |
abstract array interface More... | |
struct | Dune::Fem::SupportsArrayInterface< Array > |
class | Dune::Fem::ArrayDefaultIterator< Element, Array > |
struct | Dune::Fem::ArrayDefaultTraits< ElementImp, ArrayImp > |
class | Dune::Fem::ArrayDefault< ElementImp, ArrayImp > |
default implementation of the ArrayInterface More... | |
class | Dune::Fem::ArrayWrapper< ElementImp > |
implementation of the ArrayInterface wrapping a pointer to an array of elements More... | |
class | Dune::Fem::FixedSizeArray< Element, Size > |
standard array with fixed size More... | |
class | Dune::Fem::DynamicArray< Element, ArrayAllocator > |
struct | Dune::Fem::Capabilities::HasLeakPointer< Array > |
struct | Dune::Fem::Capabilities::HasLeakPointer< Fem::DynamicArray< Element, ArrayAllocator > > |
Namespaces | |
Dune | |
Dune::Fem | |
Dune::Fem::Capabilities | |