aboutsummaryrefslogtreecommitdiff
path: root/basis.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-08-28 11:20:16 +0200
committerAnton Khirnov <anton@khirnov.net>2016-08-28 11:20:16 +0200
commitd451e140926584ae59b0a0552d5463b9d6114ac2 (patch)
tree44a989b0e7c7b7cec05f93578a4911d80165c91f /basis.h
parentd1cb9dbdea9d777833cd7f2148ea7ac5bcdb7d8b (diff)
Switch to polar coordinates in the solver.
Diffstat (limited to 'basis.h')
-rw-r--r--basis.h2
1 files changed, 2 insertions, 0 deletions
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 */