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