#include <vector.h>#include "Gral/Base/common-grid-basics.h"#include "Gral/Subranges/enumerated-subrange.h"#include "Gral/Iterators/boundary-iterator.h"#include "Utility/pre-post-conditions.h"Include dependency graph for partitioning.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | in_partition_pred |
| predicate object for membership in partition p. More... | |
| class | partitioning |
| Data structure for representing cell based partitioning. More... | |
| class | inner_facet_selector |
| Filter for selecting correct cell of a facet. More... | |
| class | PartitionsByVertex |
| Mapping Vertices -> Set of partitions. More... | |
Functions | |
| template<class Ptng> in_partition_pred< Ptng > | InPartition (int p, const Ptng &Pt) |
| creator function for in_partition_pred. More... | |
| template<class GridPredicate> inner_facet_selector< GridPredicate > | InnerFacet (const GridPredicate &gp) |
| Creator function for inner_facet_selector. More... | |
| template<class Partitioning, class CellMapping> void | CreatePartitioning (Partitioning &P, const CellMapping &f) |
| Create a partitioning<Grid> from the inverse image of a cell mapping. More... | |
| template<class Grid> int | check_partition_for_orphanes (partitioning< Grid > const &P) |
| Returns the number of partition orphanes. More... | |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000