aboutsummaryrefslogtreecommitdiff
path: root/td_constraints.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-05-11 09:04:15 +0200
committerAnton Khirnov <anton@khirnov.net>2018-05-11 09:04:15 +0200
commitcc74493091be7fd22ebf7c21bcaf8ef10a9bc949 (patch)
tree1896ef7c4c50a8b224d28d6ba226ec884192cd00 /td_constraints.h
parenta877278dc70a0a5c0c172e163ba5b2e9d37e2870 (diff)
Implement evaluating derivatives of k_rtheta.
Diffstat (limited to 'td_constraints.h')
-rw-r--r--td_constraints.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/td_constraints.h b/td_constraints.h
index 259cbfb..a2e43e2 100644
--- a/td_constraints.h
+++ b/td_constraints.h
@@ -69,5 +69,7 @@ int tdi_constraint_eval(TDConstraintEvalContext *ctx, enum TDConstraintEq eq,
double *out);
double tdi_constraint_eval_k_rtheta(TDConstraintEvalContext *ctx, double r, double theta);
+double tdi_constraint_eval_dk_rtheta_r(TDConstraintEvalContext *ctx, double r, double theta);
+double tdi_constraint_eval_dk_rtheta_t(TDConstraintEvalContext *ctx, double r, double theta);
#endif // TEUKOLSKY_DATA_CONSTRAINTS_H