pub struct ElectromagneticSolveOptions {
pub prep_context: Option<FeaPrepContext>,
pub residual_target: f64,
pub harmonic_tolerance: f64,
pub harmonic_max_iterations: usize,
}Fields§
§prep_context: Option<FeaPrepContext>§residual_target: f64§harmonic_tolerance: f64§harmonic_max_iterations: usizeTrait Implementations§
Source§impl Clone for ElectromagneticSolveOptions
impl Clone for ElectromagneticSolveOptions
Source§fn clone(&self) -> ElectromagneticSolveOptions
fn clone(&self) -> ElectromagneticSolveOptions
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 ElectromagneticSolveOptions
impl Debug for ElectromagneticSolveOptions
impl StructuralPartialEq for ElectromagneticSolveOptions
Auto Trait Implementations§
impl Freeze for ElectromagneticSolveOptions
impl RefUnwindSafe for ElectromagneticSolveOptions
impl Send for ElectromagneticSolveOptions
impl Sync for ElectromagneticSolveOptions
impl Unpin for ElectromagneticSolveOptions
impl UnsafeUnpin for ElectromagneticSolveOptions
impl UnwindSafe for ElectromagneticSolveOptions
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