43 using Tscal = shambase::VecComponent<Tvec>;
51 explicit SGSFMMPlummer(
52 Tscal epsilon, Tscal theta_crit,
bool leaf_lowering,
u32 reduction_level)
53 : epsilon(epsilon), theta_crit(theta_crit), leaf_lowering(leaf_lowering),
54 reduction_level(reduction_level) {}
56 EXPAND_NODE_EDGES(NODE_EDGES)