Skip to content

Commit

Permalink
second derivative is Hessian not Jacobian (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored May 16, 2024
1 parent cb07771 commit 340e8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfem/functionals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 340e8ea

Please sign in to comment.