aboutsummaryrefslogtreecommitdiff
path: root/teukolsky_data.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-22 17:44:04 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-22 17:44:04 +0200
commit2ee593d56a83f0264cc41620c2feb3e03a13974f (patch)
tree53e092c698b17eccfe5eb16e81d88a2ca180e848 /teukolsky_data.h
parent0baa72a2d3b0a3a7303f42f9ce84d145d126b7c5 (diff)
Add a function for evaluating K_rtheta
Diffstat (limited to 'teukolsky_data.h')
-rw-r--r--teukolsky_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/teukolsky_data.h b/teukolsky_data.h
index 1668bff..e0877cd 100644
--- a/teukolsky_data.h
+++ b/teukolsky_data.h
@@ -163,5 +163,9 @@ int td_eval_kpp(const TDContext *td,
size_t nb_coords, const double *r, const double *theta,
const unsigned int diff_order[2],
double *out);
+int td_eval_krt(const TDContext *td,
+ size_t nb_coords, const double *r, const double *theta,
+ const unsigned int diff_order[2],
+ double *out);
#endif /* TEUKOLSKY_DATA_H */