pub struct PrepOperatorTopologySummary {
pub stiffness_scale: f64,
pub mass_scale: f64,
pub damping_scale: f64,
pub rhs_scale: f64,
pub coupling_nonzero_ratio: f64,
pub stiffness_spread_ratio: f64,
pub topology_fingerprint: u64,
}Fields§
§stiffness_scale: f64§mass_scale: f64§damping_scale: f64§rhs_scale: f64§coupling_nonzero_ratio: f64§stiffness_spread_ratio: f64§topology_fingerprint: u64Trait Implementations§
Source§impl Clone for PrepOperatorTopologySummary
impl Clone for PrepOperatorTopologySummary
Source§fn clone(&self) -> PrepOperatorTopologySummary
fn clone(&self) -> PrepOperatorTopologySummary
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 PrepOperatorTopologySummary
impl Debug for PrepOperatorTopologySummary
Source§impl<'de> Deserialize<'de> for PrepOperatorTopologySummary
impl<'de> Deserialize<'de> for PrepOperatorTopologySummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for PrepOperatorTopologySummary
Auto Trait Implementations§
impl Freeze for PrepOperatorTopologySummary
impl RefUnwindSafe for PrepOperatorTopologySummary
impl Send for PrepOperatorTopologySummary
impl Sync for PrepOperatorTopologySummary
impl Unpin for PrepOperatorTopologySummary
impl UnsafeUnpin for PrepOperatorTopologySummary
impl UnwindSafe for PrepOperatorTopologySummary
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