 alignment.hh | This file implements a template class to determine alignment requirements of types at compile time |
 array.hh | Fallback implementation of the std::array class (a static array) |
 arraylist.hh | Implements a random-access container that can efficiently change size (similar to std::deque) |
 bartonnackmanifcheck.hh | Provides check for implementation of interface methods when using static polymorphism, i.e. the Barton-Nackman trick |
 bigunsignedint.hh | Portable very large unsigned integers |
 binaryfunctions.hh | Various helper classes derived from from std::binary_function for stl-style functional programming |
 bitsetvector.hh | Efficient implementation of a dynamic array of static arrays of booleans |
 classname.hh | A free function to provide the demangled class name of a given object or type as a string |
 collectivecommunication.hh | An abstraction to the basic methods of parallel communication, following the message-passing paradigm |
 communicator.hh | Provides utility classes for syncing distributed data via MPI communication |
 debugstream.hh | Defines several output streams for messages of different importance |
 densematrix.hh | Implements a matrix constructed from a given type representing a field and a compile-time given number of rows and columns |
 densevector.hh | Implements the dense vector interface, with an exchangeable storage class |
 deprecated.hh | Definition of the DUNE_DEPRECATED macro for the case that config.h is not available |
 documentation.hh | Documentation related stuff |
 dynmatrix.hh | This file implements a dense matrix with dynamic numbers of rows and columns |
 dynvector.hh | This file implements a dense vector with a dynamic size |
 enumset.hh | Classes for building sets out of enumeration values |
 exceptions.cc | |
 exceptions.hh | A few common exception classes |
 fassign.hh | Classes for implementing an assignment to FieldVector from a comma-separated list |
 finitestack.hh | Stack class of fixed maximum size (deprecated) |
 float_cmp.cc | |
 float_cmp.hh | Various ways to compare floating-point numbers |
 fmatrix.hh | Implements a matrix constructed from a given type representing a field and compile-time given number of rows and columns |
 fmatrixev.cc | |
 fmatrixev.hh | Eigenvalue computations for the FieldMatrix class |
 forloop.hh | A static for loop for template meta-programming |
 ftraits.hh | Type traits to determine the type of reals (when working with complex numbers) |
 function.hh | Simple base class templates for functions |
 fvector.hh | Implements a vector constructed from a given type representing a field and a compile-time given size |
 gcd.hh | Statically compute the greatest common divisor of two integers |
 genericiterator.hh | Implements a generic iterator class for writing stl conformant iterators |
 geometrytype.hh | A unique label for each type of element that can occur in a grid |
 geometrytypeindex.hh | Helper classes to provide indices for geometrytypes for use in a vector |
 gmpfield.hh | Wrapper for the GNU multiprecision (GMP) library |
 indent.hh | Utility class for handling nested indentation in output |
 indexset.hh | Provides a map between global and local indices |
 indicessyncer.hh | Class for adding missing indices of a distributed index set in a local communication |
 interface.hh | Provides classes for building the communication interface between remote indices |
 interfaces.hh | Provides interfaces for detection of specific behavior |
 ios_state.cc | |
 ios_state.hh | Utility class for storing and resetting stream attributes |
 iteratorfacades.hh | This file implements iterator facade classes for writing stl conformant iterators |
 lcm.hh | Statically compute the least common multiple of two integers |
 localindex.hh | Provides classes for use as the local index in ParallelIndexSet |
 lru.hh | LRU Cache Container, using an STL like interface |
 mainpage | |
 math.hh | Some useful basic math stuff |
 matvectraits.hh | Documentation of the traits classes you need to write for each implementation of DenseVector or DenseMatrix |
 misc.hh | Miscellaneous helper stuff |
 doc/doxygen/modules | |
 dune/common/modules | |
 mpicollectivecommunication.hh | |
 mpiguard.hh | Implements a MPIGuard which detects an error on a remote process |
 mpihelper.hh | Helpers for dealing with MPI |
 mpitraits.hh | Traits classes for mapping types onto MPI_Datatype |
 nullptr.hh | Fallback implementation of the nullptr object in C++0x |
 parametertree.cc | |
 parametertree.hh | A hierarchical structure of string parameters |
 parametertreeparser.cc | |
 parametertreeparser.hh | Various parser methods to get data into a ParameterTree object |
 path.cc | Utilites for handling filesystem paths |
 path.hh | Utilites for handling filesystem paths |
 plocalindex.hh | Provides classes for use as the local index in ParallelIndexSet for distributed computing |
 poolallocator.hh | An stl-compliant pool allocator |
 precision.hh | Various precision settings for calculations with FieldMatrix and FieldVector |
 propertymap.hh | |
 remoteindices.hh | Classes describing a distributed indexset |
 reservedvector.hh | An stl-compliant random-access container which stores everything on the stack |
 selection.hh | Provides classes for selecting indices base on attribute flags |
 shared_ptr.hh | This file implements the class shared_ptr (a reference counting pointer), for those systems that don't have it in the standard library |
 singleton.hh | Useful wrapper for creating singletons |
 sllist.hh | Implements a singly linked list together with the necessary iterators |
 static_assert.hh | Fallback implementation of the C++0x static_assert feature |
 stdstreams.cc | |
 stdstreams.hh | Standard Dune debug streams |
 timer.hh | A simple timing class |
 tuples.hh | Fallback implementation of the std::tuple class |
 tupleutility.hh | Contains utility classes which can be used with tuples |
 typetraits.hh | Traits for type conversions and type information |
 unused.hh | Definition of the DUNE_UNUSED macro for the case that config.h is not available |
 version.hh | Various macros to work with Dune module version numbers |