Functions
The axinite module's API reference.
body_dtype
body_dtypedef body_dtype(limit: np.float64, delta: np.float64) -> np.dtypenp.dtype([
("n", "U20"),
("m", np.float64),
("r", np.float64, (int(limit/delta), 3)),
("v", np.float64, (int(limit/delta), 3))
])_body
_bodydef _body(limit: np.float64, delta: np.float64,
name: str, mass: np.float64) -> np.ndarrayget_inner_bodies
get_inner_bodiescreate_outer_bodies
create_outer_bodiesvector_magnitude_jit
vector_magnitude_jitLast updated