Skip to main content

ElasticViscoplasticAndElastic

Struct ElasticViscoplasticAndElastic 

Source
pub struct ElasticViscoplasticAndElastic<B1, B2>(/* private fields */);

Trait Implementations§

Source§

impl<B1: Debug, B2: Debug> Debug for ElasticViscoplasticAndElastic<B1, B2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<B1, B2, S, const D: usize> ElasticViscoplasticElements<S, D> for ElasticViscoplasticAndElastic<B1, B2>

Source§

fn initial_state(&self) -> S

Source§

fn nodal_forces_into( &self, nodal_coordinates: &NodalCoordinates<D>, state_variables: &S, nodal_forces: &mut NodalForcesSolid<D>, ) -> Result<(), ElementModelError>

Source§

fn nodal_stiffnesses_into( &self, nodal_coordinates: &NodalCoordinates<D>, state_variables: &S, nodal_stiffnesses: &mut NodalStiffnessesSolid<D>, ) -> Result<(), ElementModelError>

Source§

fn state_variables_evolution( &self, nodal_coordinates: &NodalCoordinates<D>, state_variables: &S, ) -> Result<S, ElementModelError>

Source§

fn nodal_forces( &self, nodal_coordinates: &NodalCoordinates<D>, state_variables: &S, ) -> Result<NodalForcesSolid<D>, ElementModelError>

Source§

fn nodal_stiffnesses( &self, nodal_coordinates: &NodalCoordinates<D>, state_variables: &S, ) -> Result<NodalStiffnessesSolid<D>, ElementModelError>

Source§

impl<B1, B2> Elements for ElasticViscoplasticAndElastic<B1, B2>
where B1: Elements, B2: Elements,

Source§

fn node_neighbors(&self, neighbors: &mut [Vec<usize>])

Source§

impl<B1, B2, S, const D: usize> HyperelasticViscoplasticElements<S, D> for ElasticViscoplasticAndElastic<B1, B2>

Source§

fn helmholtz_free_energy( &self, nodal_coordinates: &NodalCoordinates<D>, state_variables: &S, ) -> Result<Scalar, ElementModelError>

Auto Trait Implementations§

§

impl<B1, B2> Freeze for ElasticViscoplasticAndElastic<B1, B2>
where B1: Freeze, B2: Freeze,

§

impl<B1, B2> RefUnwindSafe for ElasticViscoplasticAndElastic<B1, B2>

§

impl<B1, B2> Send for ElasticViscoplasticAndElastic<B1, B2>
where B1: Send, B2: Send,

§

impl<B1, B2> Sync for ElasticViscoplasticAndElastic<B1, B2>
where B1: Sync, B2: Sync,

§

impl<B1, B2> Unpin for ElasticViscoplasticAndElastic<B1, B2>
where B1: Unpin, B2: Unpin,

§

impl<B1, B2> UnsafeUnpin for ElasticViscoplasticAndElastic<B1, B2>
where B1: UnsafeUnpin, B2: UnsafeUnpin,

§

impl<B1, B2> UnwindSafe for ElasticViscoplasticAndElastic<B1, B2>
where B1: UnwindSafe, B2: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.