pub struct ElementClosurePoint {
pub point: PointId,
pub local_dofs: Vec<usize>,
}Expand description
One point contribution in an element closure.
Fields§
§point: PointIdPoint in the closure.
local_dofs: Vec<usize>Local DOF indices in oriented closure order.
Trait Implementations§
Source§impl Clone for ElementClosurePoint
impl Clone for ElementClosurePoint
Source§fn clone(&self) -> ElementClosurePoint
fn clone(&self) -> ElementClosurePoint
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 ElementClosurePoint
impl Debug for ElementClosurePoint
impl Eq for ElementClosurePoint
Source§impl PartialEq for ElementClosurePoint
impl PartialEq for ElementClosurePoint
impl StructuralPartialEq for ElementClosurePoint
Auto Trait Implementations§
impl Freeze for ElementClosurePoint
impl RefUnwindSafe for ElementClosurePoint
impl Send for ElementClosurePoint
impl Sync for ElementClosurePoint
impl Unpin for ElementClosurePoint
impl UnsafeUnpin for ElementClosurePoint
impl UnwindSafe for ElementClosurePoint
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