version 0.4.1
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 N>
concept Ikarus::Concepts::LagrangeNode = Impl::LagrangeNodeHelper<Dune::Functions::LagrangeNode, N>::value
Concept to check if a node in a basis tree is a Lagrangian node.
Definition: concepts.hh:77

Detailed Description

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

Template Parameters
NThe node.