From 2ee593d56a83f0264cc41620c2feb3e03a13974f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 22 Apr 2018 17:44:04 +0200 Subject: Add a function for evaluating K_rtheta --- teukolsky_data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'teukolsky_data.h') 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 */ -- cgit v1.2.3