pub type LinearElement<const G: usize, const N: usize> = Element<G, N, 1>;Aliased Type§
pub struct LinearElement<const G: usize, const N: usize> { /* private fields */ }Trait Implementations§
Source§impl<const G: usize, const N: usize> From<TensorList<TensorRank1<3, 0>, N>> for LinearElement<G, N>where
Self: LinearFiniteElement<G, N>,
impl<const G: usize, const N: usize> From<TensorList<TensorRank1<3, 0>, N>> for LinearElement<G, N>where
Self: LinearFiniteElement<G, N>,
Source§fn from(
reference_nodal_coordinates: ElementNodalReferenceCoordinates<N>,
) -> Self
fn from( reference_nodal_coordinates: ElementNodalReferenceCoordinates<N>, ) -> Self
Converts to this type from the input type.