pub struct AdaptivitySelection {
pub refine_cells: Vec<PointId>,
pub coarsen_cells: Vec<PointId>,
}Expand description
Cells selected for refinement and coarsening.
Fields§
§refine_cells: Vec<PointId>Cells chosen for refinement.
coarsen_cells: Vec<PointId>Cells chosen for coarsening.
Trait Implementations§
Source§impl Clone for AdaptivitySelection
impl Clone for AdaptivitySelection
Source§fn clone(&self) -> AdaptivitySelection
fn clone(&self) -> AdaptivitySelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdaptivitySelection
impl Debug for AdaptivitySelection
Source§impl Default for AdaptivitySelection
impl Default for AdaptivitySelection
Source§fn default() -> AdaptivitySelection
fn default() -> AdaptivitySelection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AdaptivitySelection
impl RefUnwindSafe for AdaptivitySelection
impl Send for AdaptivitySelection
impl Sync for AdaptivitySelection
impl Unpin for AdaptivitySelection
impl UnsafeUnpin for AdaptivitySelection
impl UnwindSafe for AdaptivitySelection
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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