sfepy.discrete.structural.mappings module

Finite element reference mappings for structural elements.

class sfepy.discrete.structural.mappings.Shell10XMapping(region, field)[source]

The reference mapping for the shell10x element.

get_mapping(qp_coors, weights)[source]

Get the mapping for given quadrature points and weights.

get_physical_qps(qp_coors)[source]

Get physical quadrature points corresponding the given reference element quadrature points.

Returns:
qpsarray

The physical quadrature points ordered element by element, i.e. with shape (n_el, n_qp, dim).