pub struct AnalyticalQua4 { /* private fields */ }Expand description
Performs analytical integrations on a Qua4
Implementations§
Source§impl AnalyticalQua4
impl AnalyticalQua4
Sourcepub fn mat_01_nsn(&self, s: f64, th: f64) -> Matrix
pub fn mat_01_nsn(&self, s: f64, th: f64) -> Matrix
Performs the n-s-n integration with constant s(x) field
From @bhatti:05\page{332} @bhatti:05 Bhatti, M.A. (2005) Fundamental Finite Element Analysis and Applications, Wiley, 700p.
Sourcepub fn mat_03_btb(&self, kx: f64, ky: f64) -> Matrix
pub fn mat_03_btb(&self, kx: f64, ky: f64) -> Matrix
Performs the b-t-b integration with constant (and diagonal) tensor field
From @bhatti:05\page{332} @bhatti:05 Bhatti, M.A. (2005) Fundamental Finite Element Analysis and Applications, Wiley, 700p.
Auto Trait Implementations§
impl Freeze for AnalyticalQua4
impl RefUnwindSafe for AnalyticalQua4
impl Send for AnalyticalQua4
impl Sync for AnalyticalQua4
impl Unpin for AnalyticalQua4
impl UnwindSafe for AnalyticalQua4
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