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. This is purely for debugging purposes. To check the correct implementation of interface methods (and pick up possible infinite loops) NDEBUG must be undefined and DUNE_INTERFACECHECK has to be defined |
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 | Implements an utility class that provides collective communication methods for sequential programs |
communicator.hh | Provides utility classes for syncing distributed data via MPI communication |
constexpr.hh | Definition of the DUNE_CONSTEXPR macro |
debugallocator.hh | |
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 |
diagonalmatrix.hh | This file implements a quadratic diagonal matrix of fixed size |
documentation.hh | Documentation related stuff |
dotproduct.hh | Provides the functions dot(a,b) := and dotT(a,b) := |
dynmatrix.hh | This file implements a dense matrix with dynamic numbers of rows and columns |
dynmatrixev.cc | |
dynmatrixev.hh | Utility functions to compute eigenvalues for dense matrices |
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 |
final.hh | Definition of the DUNE_FINAL macro |
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 |
gmpfield.hh | Wrapper for the GNU multiprecision (GMP) library |
hash.hh | Support for calculating hash values of objects |
identitymatrix.hh | Implementation of an identity matrix that does not store any data |
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 |
iteratorrange.hh | |
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 |
mallocallocator.hh | Allocators that use malloc/free |
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 |
memory.hh | |
mpicollectivecommunication.hh | Implements an utility class that provides MPI's collective communication methods |
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 |
noexcept.hh | Definition of the DUNE_NOEXCEPT macro |
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 | Utilities 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 |
power.hh | Various implementations of the power function for run-time and static arguments |
precision.hh | Various precision settings for calculations with FieldMatrix and FieldVector |
promotiontraits.hh | Provides some promotion traits |
propertymap.hh | |
proxymemberaccess.hh | Infrastructure for supporting operator->() on both references and proxies |
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 based 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 |
stdthread.cc | |
stdthread.hh | |
stringutility.hh | Miscellaneous helper stuff |
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 |
type_traits.hh | |
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 |
utility.hh | |
variablesizecommunicator.hh | A communicator that only needs to know the number of elements per index at the sender side |
version.hh | Various macros to work with Dune module version numbers |
visibility.hh | Definition of macros controlling symbol visibility at the ABI level |