dune-grid-glue
2.3.0
|
Common base class for many merger implementations: produce pairs of entities that may intersect. More...
#include <iostream>
#include <iomanip>
#include <vector>
#include <stack>
#include <set>
#include <map>
#include <algorithm>
#include <dune/common/fvector.hh>
#include <dune/common/bitsetvector.hh>
#include <dune/common/stdstreams.hh>
#include <dune/common/timer.hh>
#include <dune/common/version.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid-glue/merging/merger.hh>
#include <dune/grid-glue/merging/computeintersection.hh>
Go to the source code of this file.
Classes | |
class | StandardMerge< T, grid1Dim, grid2Dim, dimworld > |
Common base class for many merger implementations: produce pairs of entities that may intersect. More... | |
struct | StandardMerge< T, grid1Dim, grid2Dim, dimworld >::RemoteSimplicialIntersection |
Macros | |
#define | DECL extern |
#define | STANDARD_MERGE_INSTANTIATE(T, A, B, C) |
Functions | |
STANDARD_MERGE_INSTANTIATE (double, 1, 1, 1) | |
STANDARD_MERGE_INSTANTIATE (double, 2, 2, 2) | |
STANDARD_MERGE_INSTANTIATE (double, 3, 3, 3) | |
Common base class for many merger implementations: produce pairs of entities that may intersect.
#define DECL extern |
#define STANDARD_MERGE_INSTANTIATE | ( | T, | |
A, | |||
B, | |||
C | |||
) |
STANDARD_MERGE_INSTANTIATE | ( | double | , |
1 | , | ||
1 | , | ||
1 | |||
) |
STANDARD_MERGE_INSTANTIATE | ( | double | , |
2 | , | ||
2 | , | ||
2 | |||
) |
STANDARD_MERGE_INSTANTIATE | ( | double | , |
3 | , | ||
3 | , | ||
3 | |||
) |