|
Namespaces |
| namespace | std |
| namespace | internal |
| namespace | internal::Triangulation |
| namespace | internal::TriaAccessor |
| namespace | TriaAccessorExceptions |
Classes |
| struct | internal::TriaAccessor::PresentLevelType< structdim, dim > |
| struct | internal::TriaAccessor::PresentLevelType< structdim, dim >::type |
| struct | internal::TriaAccessor::PresentLevelType< dim, dim > |
| class | TriaAccessorBase< structdim, dim, spacedim > |
| class | InvalidAccessor< structdim, dim, spacedim > |
| class | TriaAccessor< structdim, dim, spacedim > |
| class | TriaAccessor< 0, dim, spacedim > |
| class | CellAccessor< dim, spacedim > |
Functions |
| ::ExceptionBase & | TriaAccessorExceptions::ExcCellNotUsed () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcCellNotActive () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcCellHasNoChildren () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcUnusedCellAsChild () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcCantSetChildren (int arg1) throw (errortext << "You can only set the child index if the cell has no " << "children, or clear it. The given " << "index was " << arg1 << " (-1 means: clear children)" ) |
| ::ExceptionBase & | TriaAccessorExceptions::ExcUnusedCellAsNeighbor () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcUncaughtCase () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcDereferenceInvalidObject () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcCantCompareIterators () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcNeighborIsCoarser () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcNeighborIsNotCoarser () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcFacesHaveNoLevel () |
| ::ExceptionBase & | TriaAccessorExceptions::ExcSetOnlyEvenChildren (int arg1) throw (errortext << "You can only set the child index of an even numbered child." << "The number of the child given was " << arg1 << "." ) |