dune-fem  2.4.1-rc
Classes | Namespaces
arrays.hh File Reference
#include <cassert>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <iostream>
#include <string>
#include <dune/common/genericiterator.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/version.hh>
#include <dune/fem/io/streams/streams.hh>

Go to the source code of this file.

Classes

class  Dune::Fem::DefaultDofAllocator< T >
 oriented to the STL Allocator funtionality More...
 
class  Dune::Fem::MutableArray< T, AllocatorType >
 
struct  Dune::Fem::SpecialArrayFeatures< ArrayType >
 SpecialArrayFeatures is a wrapper class to extend some array classes with some special features needed for the MemObject. There exsist a specialization for MutableArray and PetscVector. More...
 
class  Dune::Fem::DefaultDofAllocator< T >
 oriented to the STL Allocator funtionality More...
 
struct  Dune::Fem::SimpleDofAllocator< T >
 
struct  Dune::Fem::DefaultDofAllocator< double >
 
struct  Dune::Fem::DefaultDofAllocator< float >
 
struct  Dune::Fem::DefaultDofAllocator< int >
 
struct  Dune::Fem::DefaultDofAllocator< size_t >
 
struct  Dune::Fem::DefaultDofAllocator< char >
 
struct  Dune::Fem::DefaultDofAllocator< bool >
 
class  Dune::Fem::StaticArray< T >
 Static Array Wrapper for simple C Vectors like double* and int*. This also works as base class for the MutableArray which is used to store the degrees of freedom. More...
 
class  Dune::Fem::MutableArray< T, AllocatorType >
 
struct  Dune::Fem::SpecialArrayFeatures< MutableArray< ValueType > >
 Specialization of SpecialArrayFeatures for MutableArray. More...
 

Namespaces

 Dune
 
 Dune::Fem