PointwiseNorm.derivative¶
- PointwiseNorm.derivative(vf)[source]¶
Derivative of the point-wise norm operator at
vf.The derivative at
Fof the point-wise norm operatorNwith finite exponentpand weightswis 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
domainelement-like Vector field
Fat 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