/*************************************************************************************************************************************/
/*                                                                                                                                   */
/*        D E F I N I T I O N S   R E L A T I V E S   A U   R E C U I T   S I M U L E  :                                             */
/*                                                                                                                                   */
/*                                                                                                                                   */
/*        Author of '$xrk/recuit_2D.11$I' :                                                                                          */
/*                                                                                                                                   */
/*                    Jean-Francois Colonna (LACTAMME, 1994??????????).                                                              */
/*                                                                                                                                   */
/*************************************************************************************************************************************/

/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/*                                                                                                                                   */
/*        D E F I N I T I O N   D U   R E S E A U   O R T H O N O R M E   A U Q U E L                                                */
/*        D O I T   A B O U T I R   L E   P R O C E S S U S  :                                                                       */
/*                                                                                                                                   */
/*************************************************************************************************************************************/
#define   DIMENSION_LINEAIRE_DU_RESEAU                                                                                                  \
                    QUATRE
DEFV(Local,DEFV(Int,INIT(dimension_lineaire_du_reseau,DIMENSION_LINEAIRE_DU_RESEAU)));
                                        /* Nombre de points le long de 'OX' et le long de 'OY' du reseau orthonorme.                 */

#define   PREMIER_POINT_DU_RESEAU                                                                                                       \
                    PREMIER_POINT
#define   DERNIER_POINT_DU_RESEAU                                                                                                       \
                    LSTX(PREMIER_POINT_DU_RESEAU,NOMBRE_DE_POINTS_DU_RESEAU)
                                        /* Definition du premier et du dernier point du reseau...                                    */

#define   BLOQUER_LE_PREMIER_POINT_DU_RESEAU                                                                                            \
                    VRAI
DEFV(Local,DEFV(Logical,INIT(bloquer_le_premier_point_du_reseau,BLOQUER_LE_PREMIER_POINT_DU_RESEAU)));
                                        /* Indique si le premier point du reseau doit etre bloque dans sa position "cible"...        */
#define   BLOQUER_LE_DERNIER_POINT_DU_RESEAU                                                                                            \
                    VRAI
DEFV(Local,DEFV(Logical,INIT(bloquer_le_dernier_point_du_reseau,BLOQUER_LE_DERNIER_POINT_DU_RESEAU)));
                                        /* Indique si le dernier point du reseau doit etre bloque dans sa position "cible"...        */



Copyright © Jean-François Colonna, 2019-2021.
Copyright © CMAP (Centre de Mathématiques APpliquées) UMR CNRS 7641 / Ecole Polytechnique, 2019-2021.