version 0.4
Ikarus::Concepts::LagrangeNode Concept Reference

Concept to check if a node in a basis tree is a Lagrangian node. More...

#include <ikarus/utils/concepts.hh>

Concept definition

template<typename Node>
concept Ikarus::Concepts::LagrangeNode = Impl::LagrangeNodeHelper<Dune::Functions::LagrangeNode, Node>::value
Concept to check if a node in a basis tree is a Lagrangian node.
Definition: concepts.hh:69

Detailed Description

Concept to check if a node in a basis tree is a Lagrangian node with specific order.

Template Parameters
NodeThe node.