dune-functions 2.10
Loading...
Searching...
No Matches
defaultnodetorangemap.hh File Reference
#include <dune/common/concept.hh>
#include <dune/functions/functionspacebases/concepts.hh>
#include <dune/typetree/traversal.hh>
#include <dune/typetree/visitor.hh>

Go to the source code of this file.

Classes

struct  Dune::Functions::DefaultNodeToRangeMap< Tree >
 A simple node to range map using lexicographic ordering. More...
struct  Dune::Functions::DefaultNodeToRangeMap< Tree >::Visitor

Namespaces

namespace  Dune
namespace  Dune::Functions

Functions

template<class Tree>
DefaultNodeToRangeMap< Tree > Dune::Functions::makeDefaultNodeToRangeMap (const Tree &tree)
template<class Basis, class TreePath>
auto Dune::Functions::makeDefaultNodeToRangeMap (const Basis &basis, TreePath &&treePath) -> decltype(makeDefaultNodeToRangeMap(TypeTree::child(basis.localView().tree(), treePath)))