Trait gut::algo::Split[][src]

pub trait Split<Src> {
    fn split(self, partition: &[usize], num_parts: usize) -> Vec<Self, Global>;
}
Expand description

Split the object at the Src topology (e.g. vertices) into multiple objects of the same type.

Required methods

Implementors