pub enum FixtureId {
Show 31 variants
CantileverLinearStatic,
CantileverLoadSweep,
CantileverLargeLoadSweep,
StructuralAxialBarReference,
StructuralBeamBendingReference,
StructuralBeamCantileverEndMomentReference,
StructuralBeamTorsionReference,
StructuralBeamForceAndMomentReference,
StructuralShellPlateMomentReference,
StructuralInvalidMomentWithoutRotationalDofs,
ModalLarge,
TransientLong,
TransientShock,
NonlinearAssembly,
NonlinearAssemblyStress,
NonlinearSofteningBenchmark,
NonlinearLoadPathMix,
NonlinearContactFrictionlessReference,
NonlinearContactFrictionlessReferenceComplex,
NonlinearPlasticHardeningReference,
NonlinearPlasticHardeningReferenceComplex,
ThermoMechanicalKickoff,
ThermoGradientBenign,
ThermoGradientPathological,
ThermoRampSmooth,
ThermoShockOscillatory,
ElectroThermalJouleBenign,
ElectroThermalJoulePathological,
MultiMaterialAssembly,
MissingMaterials,
MissingLoads,
}Variants§
CantileverLinearStatic
CantileverLoadSweep
CantileverLargeLoadSweep
StructuralAxialBarReference
StructuralBeamBendingReference
StructuralBeamCantileverEndMomentReference
StructuralBeamTorsionReference
StructuralBeamForceAndMomentReference
StructuralShellPlateMomentReference
StructuralInvalidMomentWithoutRotationalDofs
ModalLarge
TransientLong
TransientShock
NonlinearAssembly
NonlinearAssemblyStress
NonlinearSofteningBenchmark
NonlinearLoadPathMix
NonlinearContactFrictionlessReference
NonlinearContactFrictionlessReferenceComplex
NonlinearPlasticHardeningReference
NonlinearPlasticHardeningReferenceComplex
ThermoMechanicalKickoff
ThermoGradientBenign
ThermoGradientPathological
ThermoRampSmooth
ThermoShockOscillatory
ElectroThermalJouleBenign
ElectroThermalJoulePathological
MultiMaterialAssembly
MissingMaterials
MissingLoads
Trait Implementations§
impl Copy for FixtureId
impl Eq for FixtureId
impl StructuralPartialEq for FixtureId
Auto Trait Implementations§
impl Freeze for FixtureId
impl RefUnwindSafe for FixtureId
impl Send for FixtureId
impl Sync for FixtureId
impl Unpin for FixtureId
impl UnsafeUnpin for FixtureId
impl UnwindSafe for FixtureId
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