caustic 0.0.12

A General-Purpose 6D Collisionless Gravitational Dynamics Solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub(crate) mod exponential_sum;
pub(crate) mod fft;
pub(crate) mod fft_utils;
pub(crate) mod green_ht;
pub(crate) mod ht_poisson;
pub(crate) mod multigrid;
pub mod multipole;
pub(crate) mod range_separated;
pub(crate) mod spherical;
pub(crate) mod spherical_1d;
pub(crate) mod tensor_poisson;
pub(crate) mod tree;
pub(crate) mod utils;
pub(crate) mod vgf;