pub struct ElementRuntime {
pub basis: Basis,
pub quadrature: QuadratureRule,
}Expand description
Combined runtime basis/quadrature for an element.
Fields§
§basis: Basis§quadrature: QuadratureRuleTrait Implementations§
Source§impl Clone for ElementRuntime
impl Clone for ElementRuntime
Source§fn clone(&self) -> ElementRuntime
fn clone(&self) -> ElementRuntime
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 moreAuto Trait Implementations§
impl Freeze for ElementRuntime
impl RefUnwindSafe for ElementRuntime
impl Send for ElementRuntime
impl Sync for ElementRuntime
impl Unpin for ElementRuntime
impl UnsafeUnpin for ElementRuntime
impl UnwindSafe for ElementRuntime
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