►NDune | Dune namespace |
►NConcept | Namespace for concepts |
►NImp | |
►CTupleEntriesModelHelper | |
CAccumulateFunctor | |
CRefines | Base class for refined concepts |
►Ndetail | |
Cvoider | |
►NFloatCmp | |
►NDetail | |
Ceq_t | |
Ceq_t< Dune::FieldVector< T, n >, cstyle > | |
Ceq_t< std::vector< T >, cstyle > | |
Ceq_t< T, absolute > | |
Ceq_t< T, relativeStrong > | |
Ceq_t< T, relativeWeak > | |
Cround_t | |
Cround_t< Dune::FieldVector< I, n >, Dune::FieldVector< T, n >, cstyle, rstyle > | |
Cround_t< I, T, cstyle, downward > | |
Cround_t< I, T, cstyle, towardInf > | |
Cround_t< I, T, cstyle, towardZero > | |
Cround_t< I, T, cstyle, upward > | |
Cround_t< std::vector< I >, std::vector< T >, cstyle, rstyle > | |
Ctrunc_t | |
Ctrunc_t< Dune::FieldVector< I, n >, Dune::FieldVector< T, n >, cstyle, rstyle > | |
Ctrunc_t< I, T, cstyle, downward > | |
Ctrunc_t< I, T, cstyle, towardInf > | |
Ctrunc_t< I, T, cstyle, towardZero > | |
Ctrunc_t< I, T, cstyle, upward > | |
Ctrunc_t< std::vector< I >, std::vector< T >, cstyle, rstyle > | |
CDefaultEpsilon | Mapping from a value type and a compare style to a default epsilon |
CDefaultEpsilon< T, absolute > | |
CDefaultEpsilon< T, relativeStrong > | |
CDefaultEpsilon< T, relativeWeak > | |
CEpsilonType | Mapping of value type to epsilon type |
CEpsilonType< FieldVector< T, n > > | Specialization of EpsilonType for Dune::FieldVector |
CEpsilonType< std::vector< T, A > > | Specialization of EpsilonType for std::vector |
►NHybrid | |
►NImpl | |
CDynamicIntegralRange | |
CStaticIntegralRange | |
►NImp | |
CIsIntegralConstant | |
CIsIntegralConstant< std::integral_constant< T, t > > | |
CIsTuple | |
CIsTuple< std::tuple< T... > > | |
►NImpl | |
COrderedOverloadSet | |
COrderedOverloadSet< F0 > | |
COverloadSet | |
COverloadSet< F0 > | |
►NStd | |
Cinteger_sequence | Implementation of std::integer_sequence as introduced in C++14 |
Cis_callable | Traits class to check if function is callable |
Cis_callable< F(Args...), R > | Traits class to check if function is callable |
CMakeUniqueHelper | |
CMakeUniqueHelper< T[]> | |
CMakeUniqueHelper< T[N]> | |
Cto_false_type | Template mapping a type to std::false_type |
Cto_true_type | Template mapping a type to std::true_type |
CAddPtrTypeEvaluator | TypeEvaluator to turn a type T into a pointer to T |
CAddPtrTypeEvaluator< T & > | |
CAddRefTypeEvaluator | TypeEvaluator to turn a type T into a reference to T |
CAlignmentOf | Calculates the alignment requirement of a type |
CAllSet | A set containing everything |
CAlwaysFalse | Template which always yields a false value |
CAlwaysTrue | Template which always yields a true value |
CAlwaysVoid | |
CArrayList | A dynamically growing random access list |
CArrayListIterator | A random access iterator for the Dune::ArrayList class |
CAssociativePropertyMap | An adapter to turn an unique associative container into a property map |
CAt | Reverse element access |
CAtType | Type for reverse element access |
CBidirectionalIteratorFacade | Facade class for stl conformant bidirectional iterators |
Cbigunsignedint | Portable very large unsigned integers |
CBitSetVector | A dynamic array of blocks of booleans |
CBitSetVectorConstReference | A proxy class that acts as a const reference to a single bitset in a BitSetVector |
CBitSetVectorReference | A proxy class that acts as a mutable reference to a single bitset in a BitSetVector |
CBufferedCommunicator | A communicator that uses buffers to gather and scatter the data to be send or received |
CCloneable | An interface class for cloneable objects |
CCollectiveCommunication | Collective communication interface and sequential default implementation |
CCollectiveCommunication< MPI_Comm > | Specialization of CollectiveCommunication for MPI |
►CCollectiveIterator | A collective iterator for moving over the remote indices for all processes collectively |
Citerator | Iterator over the valid underlying iterators |
CCombine | A set combining two other sets |
Ccommon_bits | Activate if current and mask have common bits switched on |
►CCommPolicy | Default policy used for communicating an indexed type |
CCommPolicy< VariableBlockVector< FieldVector< K, n >, A > > | |
CCommunicationError | Error thrown if there was a problem with the communication |
CCopyGatherScatter | GatherScatter default implementation that just copies data |
CFieldVector | |
CVariableBlockVector | |
Cconditional | |
Cconst_reference | Get the 'const' version of a reference to a mutable object |
Cconst_reference< BitSetVectorConstReference< block_size, Alloc > > | |
Cconst_reference< BitSetVectorReference< block_size, Alloc > > | |
Cconst_reference< const R & > | |
Cconst_reference< const R > | |
Cconst_reference< DiagonalRowVector< K, n > > | |
Cconst_reference< DiagonalRowVectorConst< K, n > > | |
Cconst_reference< R & > | |
CConstantVolatileTraits | Determines whether a type is const or volatile and provides the unqualified types |
CConstArrayListIterator | A constant random access iterator for the Dune::ArrayList class |
CConstAssociativePropertyMap | An adaptor to turn an unique associative container into a property map |
CContainerWrapperIterator | Iterator class for sparse vector-like containers |
CConversion | Checks whether a type is convertible to another |
►CDebugAllocator | Allocators implementation which performs different kind of memory checks |
Crebind | |
►CDebugAllocator< void > | |
Crebind | |
CDebugStream | Generic class to implement debug output streams |
CDebugStreamError | Standard exception for the debugstream |
CDebugStreamState | Intermediate class to implement tie-operation of DebugStream |
CDenseIterator | Generic iterator class for dense vector and matrix implementations |
CDenseMatrix | A dense n x m matrix |
CDenseMatrixAssigner | You have to specialize this structure for any type that should be assignable to a DenseMatrix |
CDenseMatrixAssigner< DenseMatrix, DiagonalMatrix< field, N > > | |
CDenseMatrixAssigner< DenseMatrix, IdentityMatrix< field, N > > | |
CDenseMatVecTraits | |
CDenseMatVecTraits< DynamicMatrix< K > > | |
CDenseMatVecTraits< DynamicVector< K, Allocator > > | |
CDenseMatVecTraits< FieldMatrix< K, ROWS, COLS > > | |
CDenseMatVecTraits< FieldVector< K, SIZE > > | |
CDenseVector | Interface for a class of dense vectors over a given field |
CDiagonalMatrix | A diagonal matrix of static size |
CDiagonalMatrixWrapper | |
CDiagonalRowVector | |
CDiagonalRowVectorConst | |
CDynamicMatrix | Construct a matrix with a dynamic size |
CDynamicVector | Construct a vector with a dynamic size |
CEmpty | Just an empty class |
CEmptySet | An empty set |
Cenable_if | |
Cenable_if< true, T > | |
CEnableIfInterOperable | Enable typedef if two types are interoperable |
CEnumItem | A set consisting only of one item |
CEnumRange | A set representing a range including the borders |
CException | Base class for Dune-Exceptions |
CExceptionHook | Base class to add a hook to the Dune::Exception |
CFactorial | Calculates the factorial of m at compile time |
CFactorial< 0 > | End of recursion of factorial via specialization |
CFakeMPIHelper | A fake mpi helper |
Cfalse_type | |
CFieldMatrix | A dense n x m matrix |
CFieldTraits | |
CFieldTraits< const T > | |
CFieldTraits< DenseMatrix< M > > | |
CFieldTraits< DenseVector< V > > | |
CFieldTraits< DynamicMatrix< K > > | |
CFieldTraits< DynamicVector< K, Allocator > > | |
CFieldTraits< FieldMatrix< K, ROWS, COLS > > | |
CFieldTraits< FieldVector< K, SIZE > > | |
CFieldTraits< std::complex< T > > | |
CFieldTraits< std::vector< T > > | |
CFieldTraits< T[N] > | |
CFieldVector | Vector space out of a tensor product of fields |
CFirstPredicateIndex | Finding the index of a certain type in a std::tuple |
CFirstTypeIndex | Find the first occurrence of a type in a std::tuple |
CFlattenTuple | Flatten a std::tuple of std::tuple's |
CFloatCmpOps | Class encapsulating a default epsilon |
CFMatrixError | Error thrown if operations of a FieldMatrix fail |
CFMatrixPrecision | Precisions for calculations with FieldMatrix and FieldVector |
CForEachType | Helper template to clone the type definition of a std::tuple with the storage types replaced by a user-defined rule |
CForEachType< TE, std::tuple< Args... > > | |
CForEachValue | Helper template which implements iteration over all storage elements in a std::tuple |
CForEachValuePair | Extension of ForEachValue to two std::tuple's |
CForLoop | A static loop using TMP |
CForwardIteratorFacade | Base class for stl conformant forward iterators |
►CFunction | Base class template for function classes |
CTraits | Traits class containing raw types |
CGcd | Calculator of the greatest common divisor |
CGeneric_MPI_Op | |
CGenericIterator | Generic class for stl-conforming iterators for container classes with operator[] |
CGlobalLookupIndexSet | Decorates an index set with the possibility to find a global index that is mapped to a specific local |
CGMPField | Number class for high precision floating point number using the GMP library mpf_class implementation |
Cgreater_or_equal | Greater or equal template test |
Chas_nan | |
Chas_nan< std::complex< T > > | |
Chash | Functor for hashing objects of type T |
CHelpRequest | Exception thrown if the user wants to see help string |
CIdentityMap | A property map that applies the identity function to integers |
CIdentityMatrix | Read-only identity matrix |
CImplementationDefined | Dummy struct used for documentation purposes |
CIndent | Utility class for handling nested indentation in output |
CIndexPair | A pair consisting of a global and local index |
CIndexSetSortFunctor | |
CIndicesSyncer | Class for recomputing missing indices of a distributed index set |
Cintegral_constant | |
CInterface | Communication interface between remote and local indices |
►CInterfaceBuilder | Base class of all classes representing a communication interface |
CRemoteIndicesStateError | |
CInterfaceInformation | Information describing an interface |
CInvalidIndexSetState | Exception indicating that the index set is not in the expected state |
CInvalidStateException | Default exception if a function was called while the object is not in a valid state for that function |
CIOError | Default exception class for I/O errors |
Cios_base_all_saver | Utility class for storing and resetting stream attributes |
Cis_indexable | |
Cis_lvalue_reference | |
Cis_pointer | |
Cis_range | |
Cis_same | |
CIsBaseOf | Checks whether a type is derived from another |
CIsConst | Tests whether a type is constant |
CIsEmptyTypeList | Check if given type is an empty TypeList |
CIsFieldVectorSizeCorrect | TMP to check the size of a DenseVectors statically, if possible |
CIsFieldVectorSizeCorrect< FieldVector< T, SIZE >, SIZE > | |
CIsFieldVectorSizeCorrect< FieldVector< T, SIZE1 >, SIZE > | |
CIsIntegralConstant | Check if T is an std::integral_constant<I, i> |
CIsInteroperable | Checks whether two types are interoperable |
CIsNumber | |
CIsNumber< GMPField< precision > > | |
CIsNumber< std::complex< T > > | |
CIsTuple | Check if T is a std::tuple<...> |
CIsTupleOrDerived | Check if T derived from a std::tuple<...> |
►CIsType | Generator for predicates accepting one particular type |
CPredicate | The actual predicate |
CIsTypeList | Check if given type is a TypeList |
CIsTypeList< TypeList< T... > > | Check if given type is a TypeList. |
CIsVector | |
CIsVector< T, typename AlwaysVoid< typename T::field_type >::type > | |
CIsVolatile | Tests whether a type is volatile |
CIteratorPropertyMap | Adapter to turn a random access iterator into a property map |
CIteratorRange | Simple range between a begin and an end iterator |
CJoinTuples | Join two std::tuple's |
CLcm | Calculate the least common multiple of two numbers |
CLocalIndex | An index present on the local process |
CLocalIndexComparator | |
CLocalIndexComparator< ParallelLocalIndex< T > > | |
Clru | LRU Cache Container |
CLvaluePropertyMapTag | Tag for the category of lvalue property maps |
►CMallocAllocator | Allocators implementation which simply calls malloc/free |
Crebind | |
CMathematicalConstants | Provides commonly used mathematical constants |
CMathError | Default exception class for mathematical errors |
CMax | |
CMin | |
CMPIGuard | Detects a thrown exception and communicates to all other processes |
CMPIGuardError | This exception is thrown if the MPIGuard detects an error on a remote process |
CMPIHelper | A real mpi helper.This helper should be used for parallel programs |
CMPITraits | A traits class describing the mapping of types onto MPI_Datatypes |
CMPITraits< IndexPair< TG, ParallelLocalIndex< TA > > > | |
CMPITraits< ParallelLocalIndex< T > > | |
Cmutable_reference | Get the 'mutable' version of a reference to a const object |
Cmutable_reference< BitSetVectorConstReference< block_size, Alloc > > | |
Cmutable_reference< BitSetVectorReference< block_size, Alloc > > | |
Cmutable_reference< const R & > | |
Cmutable_reference< const R > | |
Cmutable_reference< DiagonalRowVector< K, n > > | |
Cmutable_reference< DiagonalRowVectorConst< K, n > > | |
Cmutable_reference< R & > | |
CNegateSet | The negation of a set. An item is contained in the set if and only if it is not contained in the negated set |
CNo_Comm | |
CNotImplemented | Default exception for dummy implementations |
Cnull_deleter | Implements the Deleter concept of shared_ptr without deleting anything |
CNullPointerInitialiser | A helper template that initializes a std::tuple consisting of pointers to nullptr |
CNullPointerInitialiser< std::tuple< Args... > > | |
COutOfMemoryError | Default exception if memory allocation fails |
COwnerOverlapCopyCommunication | |
CParallelError | Default exception if an error in the parallel communication of the programm occurred |
►CParallelIndexSet | Manager class for the mapping between local indices and globally unique indices |
Citerator | The iterator over the pairs |
CParallelLocalIndex | An index present on the local process with an additional attribute flag |
►CParameterTree | Hierarchical structure of string parameters |
►CParser< bool > | |
CToLower | |
CParser< FieldVector< T, n > > | |
CParser< std::array< T, n > > | |
CParser< std::basic_string< char, traits, Allocator > > | |
CParser< std::bitset< n > > | |
CParser< std::vector< T, A > > | |
CParameterTreeParser | Parsers to set up a ParameterTree from various input sources |
CParameterTreeParserError | Report parser error while reading ParameterTree |
CPointerPairDeletor | Deletes all objects pointed to in a std::tuple of pointers |
CPool | A memory pool of objects |
►CPoolAllocator | An allocator managing a pool of objects for reuse |
Crebind | Rebind the allocator to another type |
►CPoolAllocator< void, s > | |
Crebind | |
CPower | Compute power for a run-time mantissa and a compile-time integer exponent |
CPriorityTag | Helper class for tagging priorities |
CPriorityTag< 0 > | Helper class for tagging priorities |
CPromotionTraits | Compute type of the result of an arithmetic operation involving two different number types |
CPromotionTraits< T1, T1 > | |
CPropertyMapTraits | |
CPropertyMapTraits< const T * > | |
CPropertyMapTraits< T * > | |
CPropertyMapTypeSelector | Selector for the property map type |
CPushBackTuple | Helper template to append a type to a std::tuple |
CPushBackTuple< typename std::tuple< Args... >, T > | |
CPushFrontTuple | Helper template to prepend a type to a std::tuple |
CPushFrontTuple< typename std::tuple< Args... >, T > | |
CRandomAccessIteratorFacade | Base class for stl conformant forward iterators |
CRangeError | Default exception class for range errors |
CRAPropertyMapHelper | |
CReadablePropertyMapTag | Tag for the category of readable property maps |
CReadWritePropertyMapTag | Tag for the category of readable and writable property maps |
CReduceTuple | Apply reduce with meta binary function to template |
CReduceTuple< F, Tuple, Seed, 0 > | Apply reduce with meta binary function to template |
CRemoteIndex | Information about an index residing on another processor |
►CRemoteIndexListModifier | Modifier for adding and/or deleting remote indices from the remote index list |
CInvalidPosition | |
CRemoteIndices | The indices present on remote processes |
Cremove_const | |
Cremove_pointer | |
Cremove_reference | |
CReservedVector | A Vector class with statically reserved memory |
CSelection | A cached selection of indices |
CSelectionIterator | A const iterator over an uncached selection |
CSimdScalarTypeTraits | |
CSingleton | An adapter to turn a class into a singleton |
CSizeOf | Compute size of variadic type list |
CSizeOne | Flag for marking indexed data structures where data at each index is of the same size |
CSLList | A single linked list |
CSLListConstIterator | A constant iterator for the SLList |
CSLListIterator | A mutable iterator for the SLList |
CSLListModifyIterator | A mutable iterator for the SLList |
CStandardMathematicalConstants | Standard implementation of MathematicalConstants |
CStaticPower | Calculates m^p at compile time |
CStaticPower< m, 0 > | End of recursion via specialization |
CStreamWrap | |
CSystemError | Default exception class for OS errors |
CTimer | A simple stop watch |
CTimerError | Exception thrown by the Timer class |
►CTransformTupleFunctor | |
CTypeEvaluator | |
Ctrue_type | |
CTupleAccessTraits | |
CTupleAccessTraits< T & > | |
CTupleAccessTraits< T * > | |
CTupleVector | A class augmenting std::tuple by element access via operator[] |
CTypeList | A simple type list |
CTypeListElement | |
CTypeListElement< i, TypeList< T... > > | Get element of TypeList |
CTypeListSize | |
CTypeListSize< TypeList< T... > > | Get size of TypeList |
CUncachedSelection | An uncached selection of indices |
CVariableSize | Flag for marking indexed data structures where the data at each index may be a variable multiple of another type |
CVariableSizeCommunicator | A buffered communicator where the amount of data sent does not have to be known a priori |
CVirtualFunction | Virtual base class template for function classes |
CWritablePropertyMapTag | Tag for the category of writable property maps |
►Nstd | STL namespace |
Cnumeric_limits< Dune::bigunsignedint< k > > | |