Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 678 Bytes

fixZ.rst

File metadata and controls

21 lines (14 loc) · 678 Bytes

fixZ command

.. function:: fixZ(z, *constrValues, '-tol', tol=1e-10)

   Create homogeneous SP constriants.

   ========================   ===========================================================================
   ``z`` |float|              z-coordinate of nodes to be constrained
   ``constrValues`` |listi|   a list of constraint values (0 or 1),
                              must be preceded with ``*``.

                              * ``0`` free
                              * ``1`` fixed
   ``tol`` |float|              user-defined tolerance (optional)
   ========================   ===========================================================================