Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/point.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | BoundingBox< spacedim, Number > |
class | BoundingBox< 0, Number > |
Namespaces | |
namespace | internal |
Enumerations | |
enum class | NeighborType { not_neighbors = 0 , simple_neighbors = 1 , attached_neighbors = 2 , mergeable_neighbors = 3 } |
|
strong |
The enumerator NeighborType describes the neighboring relation between two bounding boxes.
Enumerator | |
---|---|
not_neighbors | Not neighbors: the intersection is empty. |
simple_neighbors | Simple neighbors: the boxes intersect with an intersection of dimension at most |
attached_neighbors | Attached neighbors: neighbors with an intersection of |
mergeable_neighbors | Mergeable neighbors: neighbors which can be expressed with a single BoundingBox, e.g. .--V--W .-----V
| | | = | |
V--W--. V-----.
or one is inside the other. This is a special case of |
Definition at line 32 of file bounding_box.h.