From a877278dc70a0a5c0c172e163ba5b2e9d37e2870 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 3 May 2018 17:02:38 +0200 Subject: Implement evaluating maximal lapse for the initial data. --- 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 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 */ -- cgit v1.2.3