From d451e140926584ae59b0a0552d5463b9d6114ac2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 28 Aug 2016 11:20:16 +0200 Subject: Switch to polar coordinates in the solver. --- basis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'basis.h') diff --git a/basis.h b/basis.h index 68c9597..8a3fefa 100644 --- a/basis.h +++ b/basis.h @@ -36,6 +36,8 @@ void bdi_basis_free(BasisSetContext **s); double bdi_basis_eval(BasisSetContext *s, enum BSEvalType type, double coord, int order); +double bdi_basis_eval_multi(BasisSetContext *s, double coord, double **out, + int order_start, int order_end); double bdi_basis_colloc_point(BasisSetContext *s, int idx, int order); #endif /* BRILL_DATA_BASIS_H */ -- cgit v1.2.3