pub struct Blocks<B1, B2>(pub B1, pub B2);Tuple Fields§
§0: B1§1: B2Trait Implementations§
Source§impl<B1, B2> ElasticFiniteElementModel for Blocks<B1, B2>where
B1: ElasticFiniteElementModel,
B2: ElasticFiniteElementModel,
impl<B1, B2> ElasticFiniteElementModel for Blocks<B1, B2>where
B1: ElasticFiniteElementModel,
B2: ElasticFiniteElementModel,
fn nodal_forces( &self, nodal_coordinates: &NodalCoordinates, ) -> Result<NodalForcesSolid, FiniteElementModelError>
fn nodal_stiffnesses( &self, nodal_coordinates: &NodalCoordinates, ) -> Result<NodalStiffnessesSolid, FiniteElementModelError>
impl<B1, B2> SolidFiniteElementModel for Blocks<B1, B2>where
B1: SolidFiniteElementModel,
B2: SolidFiniteElementModel,
Auto Trait Implementations§
impl<B1, B2> Freeze for Blocks<B1, B2>
impl<B1, B2> RefUnwindSafe for Blocks<B1, B2>where
B1: RefUnwindSafe,
B2: RefUnwindSafe,
impl<B1, B2> Send for Blocks<B1, B2>
impl<B1, B2> Sync for Blocks<B1, B2>
impl<B1, B2> Unpin for Blocks<B1, B2>
impl<B1, B2> UnwindSafe for Blocks<B1, B2>where
B1: UnwindSafe,
B2: UnwindSafe,
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