pub struct LinearStaticSolveOptions {
pub preconditioner_kind: SpdPreconditionerKind,
pub algebra_backend_kind: LinearAlgebraBackendKind,
pub prep_context: Option<FeaPrepContext>,
pub analysis_mesh_artifact_path: Option<String>,
pub analysis_mesh: Option<AnalysisMeshArtifact>,
pub require_analysis_mesh_for_solid: bool,
pub thermo_mechanical_context: Option<FeaThermoMechanicalContext>,
pub electro_thermal_context: Option<FeaElectroThermalContext>,
}Fields§
§preconditioner_kind: SpdPreconditionerKind§algebra_backend_kind: LinearAlgebraBackendKind§prep_context: Option<FeaPrepContext>§analysis_mesh_artifact_path: Option<String>§analysis_mesh: Option<AnalysisMeshArtifact>§require_analysis_mesh_for_solid: bool§thermo_mechanical_context: Option<FeaThermoMechanicalContext>§electro_thermal_context: Option<FeaElectroThermalContext>Trait Implementations§
Source§impl Clone for LinearStaticSolveOptions
impl Clone for LinearStaticSolveOptions
Source§fn clone(&self) -> LinearStaticSolveOptions
fn clone(&self) -> LinearStaticSolveOptions
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 LinearStaticSolveOptions
impl Debug for LinearStaticSolveOptions
Source§impl Default for LinearStaticSolveOptions
impl Default for LinearStaticSolveOptions
Source§impl PartialEq for LinearStaticSolveOptions
impl PartialEq for LinearStaticSolveOptions
impl StructuralPartialEq for LinearStaticSolveOptions
Auto Trait Implementations§
impl Freeze for LinearStaticSolveOptions
impl RefUnwindSafe for LinearStaticSolveOptions
impl Send for LinearStaticSolveOptions
impl Sync for LinearStaticSolveOptions
impl Unpin for LinearStaticSolveOptions
impl UnsafeUnpin for LinearStaticSolveOptions
impl UnwindSafe for LinearStaticSolveOptions
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