Loading [MathJax]/extensions/TeX/newcommand.js
 |
Reference documentation for deal.II version 9.2.0
|
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}
\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}
\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}
\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
Go to the documentation of this file.
27 const unsigned int deg,
28 const unsigned int n_polynomials)
29 : polynomial_degree(deg)
30 , n_pols(n_polynomials)
virtual std::size_t memory_consumption() const
static ::ExceptionBase & ExcNotImplemented()
#define DEAL_II_NAMESPACE_OPEN
#define Assert(cond, exc)
#define DEAL_II_NAMESPACE_CLOSE
ScalarPolynomialsBase(const unsigned int deg, const unsigned int n_polynomials)