#include <cassert>
#include <limits>
#include <optional>
#include <stdexcept>
#include <type_traits>
#include <dune/common/copyableoptional.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/math.hh>
#include <dune/common/transpose.hh>
#include <dune/geometry/affinegeometry.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/utility/algorithms.hh>
#include <dune/geometry/utility/convergence.hh>
Go to the source code of this file.
|
template<class Map , class Geo > |
| Dune::MappedGeometry (const Map &, const Geo &) -> MappedGeometry< Map, Geo > |
|
template<class Map , class Geo > |
| Dune::MappedGeometry (const Map &, const Geo &, bool) -> MappedGeometry< Map, Geo > |
|