diff --git a/symfem/functionals.py b/symfem/functionals.py index 4837b268..947deb76 100644 --- a/symfem/functionals.py +++ b/symfem/functionals.py @@ -607,7 +607,7 @@ def get_tex(self) -> typing.Tuple[str, typing.List[str]]: desc += "}(" + ",".join([_to_tex(i, True) for i in self.dof_point()]) + ")" return desc, [] - name = "Point evaluation of Jacobian component" + name = "Point evaluation of Hessian component" class PointInnerProduct(BaseFunctional):