DUNE-GRID-GLUE (2.10)
overlappingmerge.hh
3// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
4// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-GPL-2.0-only-with-dune-grid-glue-exception
56 typedef typename StandardMerge<T,dim1,dim2,dimworld>::SimplicialIntersection SimplicialIntersection;
Computing overlapping grid intersections for grids of different dimensions.
Definition: overlappingmerge.hh:37
OverlappingMerge()
the coordinate type used in this interface
Definition: overlappingmerge.hh:52
void computeIntersections(const Dune::GeometryType &grid1ElementType, const std::vector< Dune::FieldVector< T, dimworld > > &grid1ElementCorners, std::bitset<(1<< dim1)> &neighborIntersects1, unsigned int grid1Index, const Dune::GeometryType &grid2ElementType, const std::vector< Dune::FieldVector< T, dimworld > > &grid2ElementCorners, std::bitset<(1<< dim2)> &neighborIntersects2, unsigned int grid2Index, std::vector< SimplicialIntersection > &intersections)
Compute the intersection between two overlapping elements.
Definition: overlappingmerge.cc:34
Dune::FieldVector< T, dimworld > WorldCoords
the coordinate type used in this interface
Definition: overlappingmerge.hh:47
T ctype
the numeric type used in this interface
Definition: overlappingmerge.hh:44
Common base class for many merger implementations: produce pairs of entities that may intersect.
Definition: standardmerge.hh:58
Common base class for many merger implementations: produce pairs of entities that may intersect.
