Hexahedron

Type Alias Hexahedron 

Source
pub type Hexahedron = LinearCohesiveElement<G, N>;

Aliased Type§

pub struct Hexahedron { /* private fields */ }

Trait Implementations§

Source§

impl CohesiveFiniteElement<G, N, P> for Hexahedron

Source§

impl FiniteElement<G, M, N, P> for Hexahedron

Source§

impl From<TensorList<TensorRank1<3, 0>, N>> for Hexahedron

Source§

fn from( reference_nodal_coordinates: ElementNodalReferenceCoordinates<N>, ) -> Self

Converts to this type from the input type.
Source§

impl LinearCohesiveFiniteElement<G, N, P> for Hexahedron