dune-common 2.1.1
File List
Here is a list of all files with brief descriptions:
alignment.hh [code]This file implements a template class to determine alignment requirements of types at compile time
array.hh [code]Implementation of the stl array class (a static array)
arraylist.hh [code]
bartonnackmanifcheck.hh [code]Provides check for implementation of interface methods when using static polymorphism, i.e. Barton-Nackman trick. Use by invoking CHECK_INTERFACE_IMPLEMENTATION(asImp().methodToCheck()) and for template methods double ( CHECK_INTERFACE_IMPLEMENTATION((asImp().template methodToCheck<param> ()))
bigunsignedint.hh [code]Portable very large unsigned integers
binaryfunctions.hh [code]
bitsetvector.hh [code]Efficient implementation of a dynamic array of static arrays of booleans
classname.hh [code]A free function to provide the demangled class name of a given object or type as a string
collectivecommunication.hh [code]
communicator.hh [code]Provides utility classes for syncing distributed data via MPI communication
configparser.cc
configparser.hh [code]
debugstream.hh [code]
densematrix.hh [code]This file implements a matrix constructed from a given type representing a field and compile-time given number of rows and columns
densevector.hh [code]This file implements a the dense vector interface, with an exchangeable storage class
deprecated.hh [code]
documentation.hh [code]Documentation related stuff
dynmatrix.hh [code]This file implements a dense vector with a dynamic size
dynvector.hh [code]This file implements a dense vector with a dynamic size
enumset.hh [code]Classes for building sets out of enumeration values
exceptions.cc
exceptions.hh [code]A few common exception classes
exprtmpl.cc
exprtmpl.hh [code]
fassign.hh [code]Classes for implementing an assignment to FieldVector from a comma-separated list
finitestack.hh [code]
float_cmp.cc
float_cmp.hh [code]
fmatrix.hh [code]This file implements a matrix constructed from a given type representing a field and compile-time given number of rows and columns
fmatrixev.hh [code]
forloop.hh [code]
ftraits.hh [code]
function.hh [code]Simple base class templates for functions
fvector.hh [code]This file implements a vector constructed from a given type representing a field and a compile-time given size
gcd.hh [code]
genericiterator.hh [code]This file implements a generic iterator classes for writing stl conformant iterators
geometrytype.hh [code]A unique label for each type of element that can occur in a grid
gmpfield.hh [code]
indent.hh [code]Utility class for handling nested indentation in output
indexset.hh [code]Provides a map between global and local indices
indicessyncer.hh [code]Class for adding missing indices of a distributed index set in a local communication
interface.hh [code]Provides classes for building the communication interface between remote indices
interfaces.hh [code]Provides a Interfaces for detection of specific behavior
ios_state.cc
ios_state.hh [code]Utility class for storing and resetting stream attributes
iteratorfacades.hh [code]This file implements iterator facade classes for writing stl conformant iterators
lcm.hh [code]Statically compute the least common multiple of two integers
localindex.hh [code]Provides classes for use as the local index in ParallelIndexSet
lru.hh [code]LRU Cache Container, using an STL like interface
mainpage
matvectraits.hh [code]
misc.hh [code]Miscellaneous helper stuff
doc/doxygen/modules
dune/common/modules
mpicollectivecommunication.hh [code]
mpiguard.hh [code]Implements a MPIGuard which detects an error on a remote process
mpihelper.hh [code]Helpers for dealing with MPI
mpitraits.hh [code]Traits classes for mapping types onto MPI_Datatype
nullptr.hh [code]Fallback implementation of the nullptr object in C++0x
parametertree.cc
parametertree.hh [code]
parametertreeparser.cc
parametertreeparser.hh [code]
path.ccUtilites for handling filesystem paths
path.hh [code]Utilites for handling filesystem paths
plocalindex.hh [code]Provides classes for use as the local index in ParallelIndexSet for distributed computing
poolallocator.hh [code]
precision.hh [code]
propertymap.hh [code]
remoteindices.hh [code]Classes discribing a distributed indexset
reservedvector.hh [code]
selection.hh [code]Provides classes for selecting indices base on attribute flags
shared_ptr.hh [code]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 [code]Usefull wrapper for creating singletons
sllist.hh [code]This file implements a single linked list together with the necessary iterators
static_assert.hh [code]
stdstreams.cc
stdstreams.hh [code]
timer.hh [code]A simple timing class
tuples.hh [code]Contains classes that implement tuples
tupleutility.hh [code]Contains utility classes which can be used with tuples
typetraits.hh [code]Traits for type conversions and type information
utility.hh [code]For backward compatibility: include tupleutility.hh and issue a warning
version.hh [code]Various macros to work with Dune module version numbers