aboutsummaryrefslogtreecommitdiff
path: root/teukolsky_data.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-05-03 17:02:38 +0200
committerAnton Khirnov <anton@khirnov.net>2018-05-03 17:02:38 +0200
commita877278dc70a0a5c0c172e163ba5b2e9d37e2870 (patch)
treec63b842501ba49c555fcb5a1637f596637bc2114 /teukolsky_data.h
parentb7de09482589a321d67a854f3a933e91c9306e4a (diff)
Implement evaluating maximal lapse for the initial data.
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 d95dbfe..4967f8f 100644
--- a/teukolsky_data.h
+++ b/teukolsky_data.h
@@ -191,5 +191,9 @@ 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);
+int td_eval_lapse(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 */