A multi-index $\alpha = (\alpha_1, \ldots, \alpha_n) \in \mathbb{N}^n$ on $n$ variables.
Instances For
Total degree $|\alpha| = \sum_i \alpha_i$ of a multi-index.
Instances For
The monomial $\xi^\alpha = \prod_i \xi_i^{\alpha_i}$ associated to multi-index $\alpha$.
Instances For
The finite set of multi-indices $\alpha \in \mathbb{N}^n$ with each component $\alpha_i \le k$.
Instances For
The finite set of multi-indices of total degree exactly $k$.
Instances For
The finite set of multi-indices of total degree $\le k$.
Instances For
The principal symbol $\sigma_k(L)(\xi) = \sum_{|\alpha| = k} \xi^\alpha A_\alpha$ of a differential operator with leading-order coefficients $A_\alpha$.
Instances For
An elliptic linear differential operator $L: \Gamma(E) \to \Gamma(F)$ of order $k$: locally $L = \sum_{|\alpha| \le k} A_\alpha \partial^\alpha$, with bijective principal symbol $\sigma_k(L)(\xi)$ for all $\xi \ne 0$.
- order : ℕ
- coeff : MultiIndex n → E →L[ℝ] F
- coeff_support (α : MultiIndex n) : multiIndexDegree α > self.order → self.coeff α = 0
- partialDeriv : MultiIndex n → E →L[ℝ] E
- local_expression (s : E) : L s = ∑ α ∈ multiIndicesOfDegreeLE n self.order, (self.coeff α) ((self.partialDeriv α) s)
- elliptic (ξ : Fin n → ℝ) : ξ ≠ 0 → Function.Bijective ⇑(principalSymbol self.coeff ξ)
Instances For
The principal symbol $\sigma(L)(\xi)$ of an elliptic operator $L$, evaluated at cotangent direction $\xi$.
Instances For
A smoothing operator $S$: bounded for each Sobolev norm with a one-step gain in regularity, $\|S x\|_{s+1} \le C_s \|x\|_s$.
Instances For
Pointwise principal symbol $\sigma_k(L)(x, \xi) = \sum_{|\alpha| = k} \xi^\alpha A_\alpha(x)$ of an operator on a manifold $M$ at point $x$ and cotangent vector $\xi$.
Instances For
An elliptic linear differential operator $L: \Gamma(E) \to \Gamma(F)$ on a compact manifold $M$: pointwise of order $k$ with bijective principal symbol at every $(x, \xi)$, $\xi \ne 0$.
- order : ℕ
- coeff : M → MultiIndex n → E →L[ℝ] F
- partialDeriv : MultiIndex n → (M → E) → M → E
- local_expression (s : M → E) (x : M) : L s x = ∑ α ∈ multiIndicesOfDegreeLE n self.order, (self.coeff x α) (self.partialDeriv α s x)
Instances For
The principal symbol of an elliptic operator on a manifold, evaluated at $(x, \xi)$.