(make-mesh 'single-point)
Description Syntax
(make-mesh 'single-point position-vector )
Parameters
position-vector This parameter gives the coordinates of a point relative to an orthogonal Cartesian coordinate system Oxyz.
Discussion
Starting from a point, a complex finite element mesh can be obtain using the duplicate, transform and add functions (see example numero).
Example
Define a mesh named my-mesh which contain a single point giving its coordinates:
(define my-mesh ( make-mesh 'single-point (vector 0.1 0 0)))