aboutsummaryrefslogtreecommitdiff
path: root/ell_relax.h
diff options
context:
space:
mode:
Diffstat (limited to 'ell_relax.h')
-rw-r--r--ell_relax.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ell_relax.h b/ell_relax.h
index 9bee372..5f57a3b 100644
--- a/ell_relax.h
+++ b/ell_relax.h
@@ -235,6 +235,11 @@ typedef struct EllRelaxContext {
ptrdiff_t residual_stride;
/**
+ * Maximum of the absolute value of residual.
+ */
+ double residual_max;
+
+ /**
* Coefficients C_{*} that define the differential equation.
*
* Allocated by the solver in mg2di_ell_relax_alloc(), owned by the solver.