version 3.10.0
Loading...
Searching...
No Matches
facetgridmapper.hh File Reference

Maps between entities of a discretization and grids defined on its facets.

#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.

Classes

class  Dumux::FVFacetGridMapper< FacetGridView, GG >
 Maps between entities of finite-volume discretizations and a grid defined on the facets of the discretization. More...
 

Namespaces

namespace  Dumux
 

Functions

template<typename FGV, typename GG>
 Dumux::FVFacetGridMapper (const FGV &, std::shared_ptr< GG >) -> FVFacetGridMapper< FGV, std::remove_const_t< GG > >