Defines polynomials in the 1D reference element (the internval \(4[-1.1]\) ) More...
#include <ptems/spaces/polynomials.hpp>
Static Public Member Functions | |
static constexpr std::size_t | NumberDoFs ([[maybe_unused]] const ReferenceElement< 1 > &refElement, std::size_t polydeg) |
Gets the number of degrees of freedom required for a polynomial of the specified degree on the specified reference element. More... | |
Defines polynomials in the 1D reference element (the internval \(4[-1.1]\) )
|
inlinestaticconstexpr |
Gets the number of degrees of freedom required for a polynomial of the specified degree on the specified reference element.
refElement | The reference interval (parameter is ignored) |
polydeg | The degree of the polynomial |