Skip to content

Commit

Permalink
second derivative is Hessian not Jacobian
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed May 16, 2024
1 parent cb07771 commit 6379354
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 6379354

Please sign in to comment.