Hexahedron

Type Alias Hexahedron 

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

Aliased Type§

pub struct Hexahedron { /* private fields */ }

Trait Implementations§

Source§

impl FiniteElement<G, N> for Hexahedron

Source§

fn initialize( reference_nodal_coordinates: ElementNodalReferenceCoordinates<N>, ) -> (GradientVectors<G, N>, Scalars<G>)

Source§

fn reset(&mut self)