pub struct H1Regularity;Expand description
H¹ regularity (k=1 Sobolev space).
Trait Implementations§
Source§impl Clone for H1Regularity
impl Clone for H1Regularity
Source§fn clone(&self) -> H1Regularity
fn clone(&self) -> H1Regularity
Returns a duplicate of the value. Read more
1.0.0 · 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 H1Regularity
impl Debug for H1Regularity
Source§impl Default for H1Regularity
impl Default for H1Regularity
Source§fn default() -> H1Regularity
fn default() -> H1Regularity
Returns the “default value” for a type. Read more
Source§impl Hash for H1Regularity
impl Hash for H1Regularity
Source§impl PartialEq for H1Regularity
impl PartialEq for H1Regularity
impl Copy for H1Regularity
impl Eq for H1Regularity
impl RegularityProperty for H1Regularity
impl StructuralPartialEq for H1Regularity
Auto Trait Implementations§
impl Freeze for H1Regularity
impl RefUnwindSafe for H1Regularity
impl Send for H1Regularity
impl Sync for H1Regularity
impl Unpin for H1Regularity
impl UnwindSafe for H1Regularity
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