Home
last modified time | relevance | path

Searched refs:numberShapeFunctions (Results 1 – 2 of 2) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/discontinuousgalerkin/
H A Dspace.hh55 static constexpr int numberShapeFunctions = member
65 static constexpr unsigned int size() { return numberShapeFunctions; } in size()
78 …Range< int, FunctionSpaceType::dimRange * ScalarShapeFunctionSet::numberShapeFunctions > LocalBloc…
H A Dlegendre.hh64 static const int numberShapeFunctions = member
76 static constexpr unsigned int size() { return numberShapeFunctions; } in size()