Skip to content
Snippets Groups Projects
Commit 735fc6e8 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

tweaks

parent c4792cc2
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ from .operators.scaling_operator import ScalingOperator ...@@ -24,7 +24,7 @@ from .operators.scaling_operator import ScalingOperator
class Linearization(object): class Linearization(object):
"""Given an operator `A` and a field `x`, this class stores the value """Let `A` be an operator and `x` a field. `Linearization` stores the value
of the operator application (i.e. `A(x)`), the local Jacobian of the operator application (i.e. `A(x)`), the local Jacobian
(i.e. `dA(x)/dx`) and, optionally, the local metric. (i.e. `dA(x)/dx`) and, optionally, the local metric.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment