pub type Tetrahedron = CompositeElement<G, N>;Aliased Type§
pub struct Tetrahedron { /* private fields */ }Trait Implementations§
Source§impl FiniteElement<G, M, N, P> for Tetrahedron
impl FiniteElement<G, M, N, P> for Tetrahedron
fn integration_points() -> ParametricCoordinates<G, M>
fn integration_weights(&self) -> &ScalarList<G>
fn parametric_reference() -> ParametricReference<M, N>
fn parametric_weights() -> ScalarList<G>
fn shape_functions( parametric_coordinate: ParametricCoordinate<M>, ) -> ShapeFunctions<P>
fn shape_functions_gradients( parametric_coordinate: ParametricCoordinate<M>, ) -> ShapeFunctionsGradients<M, P>
fn shape_functions_at_integration_points() -> ShapeFunctionsAtIntegrationPoints<G, P>
fn shape_functions_gradients_at_integration_points() -> StandardGradientOperators<M, P, G>
fn volume(&self) -> Scalar
Source§impl From<TensorList<TensorRank1<3, 0>, N>> for Tetrahedron
impl From<TensorList<TensorRank1<3, 0>, N>> for Tetrahedron
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.