PointwiseNorm.derivative¶
-
PointwiseNorm.
derivative
(self, vf)[source]¶ Derivative of the point-wise norm operator at
vf
.The derivative at
F
of the point-wise norm operatorN
with finite exponentp
and weightsw
is the pointwise inner product with the vector fieldx --> N(F)(x)^(1-p) * [ F_j(x) * |F_j(x)|^(p-2) ]_j
Note that this is not well-defined for
F = 0
. Ifp < 2
, any zero component will result in a singularity.- Parameters
- vf
domain
element-like
Vector field
F
at which to evaluate the derivative.
- vf
- Returns
- deriv
PointwiseInner
Derivative operator at the given point
vf
.
- deriv
- Raises
- NotImplementedError
if the vector field space is complex, since the derivative is not linear in that case
if the exponent is
inf