pub struct NCuts(pub Idx);
Expand description
Specifies the number of different partitions that it will compute. The final partition is the one that achieves the best edge cut or communication volume. Default is 1.
Tuple Fields§
§0: Idx
Trait Implementations§
source§impl Opt for NCuts
impl Opt for NCuts
source§const INDEX: usize = 8usize
const INDEX: usize = 8usize
Index of the option in the array from
crate::Graph::set_options
and
crate::Mesh::set_options
.source§fn value(self) -> Idx
fn value(self) -> Idx
Convert the value into metis’ format, for use with
crate::Graph::set_options
and crate::Mesh::set_options
.Auto Trait Implementations§
impl Freeze for NCuts
impl RefUnwindSafe for NCuts
impl Send for NCuts
impl Sync for NCuts
impl Unpin for NCuts
impl UnwindSafe for NCuts
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more