pub struct NSeps(pub Idx);
Expand description
Specifies the number of different separators that it will compute at each level of nested dissection.
The final separator that is used is the smallest one. Default is 1.
Tuple Fields§
§0: Idx
Trait Implementations§
source§impl Opt for NSeps
impl Opt for NSeps
source§const INDEX: usize = 16usize
const INDEX: usize = 16usize
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 NSeps
impl RefUnwindSafe for NSeps
impl Send for NSeps
impl Sync for NSeps
impl Unpin for NSeps
impl UnwindSafe for NSeps
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