Maps between entities of a discretization and grids defined on its facets.
More...
#include <vector>
#include <memory>
#include <utility>
#include <type_traits>
#include <unordered_map>
#include <algorithm>
#include <ranges>
#include <dune/common/exceptions.hh>
#include <dune/common/reservedvector.hh>
#include <dune/common/float_cmp.hh>
#include <dune/geometry/referenceelements.hh>
#include <dumux/discretization/method.hh>
#include <dumux/geometry/boundingboxtree.hh>
#include <dumux/geometry/geometricentityset.hh>
#include <dumux/geometry/intersectingentities.hh>
Go to the source code of this file.
|
template<typename FGV , typename GG > |
| Dumux::FVFacetGridMapper (const FGV &, std::shared_ptr< GG >) -> FVFacetGridMapper< FGV, std::remove_const_t< GG > > |
|