Skip to content

(make-mesh 'restrict-quadrilateral)

Take an quadrilateral from a mesh to make a new mesh. This function is helpful to extract a sub mesh from an original mesh. The result is a quadrilateral.

Description Syntax

(make-mesh 'restrict-quadrilateral mesh quadrilateral)

Parameters

mesh The original mesh from which a sub mesh is extracted. quadrilateral(s) The quadrilateral to be extrated given by a vector of its nodes

Example

(define sub-mesh (make-mesh 'restricted-quadrilateral (vector 1 2 3 4)))

See also

For details see make-mesh 'restricted-point