pub struct LieDerivative {
pub vector_field: String,
pub tensor_name: String,
pub result_name: String,
}Expand description
Lie derivative of a tensor field along a vector field (abstract).
Fields§
§vector_field: String§tensor_name: String§result_name: StringImplementations§
Source§impl LieDerivative
impl LieDerivative
Trait Implementations§
Source§impl Clone for LieDerivative
impl Clone for LieDerivative
Source§fn clone(&self) -> LieDerivative
fn clone(&self) -> LieDerivative
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LieDerivative
impl RefUnwindSafe for LieDerivative
impl Send for LieDerivative
impl Sync for LieDerivative
impl Unpin for LieDerivative
impl UnsafeUnpin for LieDerivative
impl UnwindSafe for LieDerivative
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