/*************************************************************************************************************************************/
/*                                                                                                                                   */
/*        D E F I N I T I O N S   R E L A T I V E S   A U X   P A R A M E T R E S                                                    */
/*        D ' U N E   H Y P E R - S P H E R E  :                                                                                     */
/*                                                                                                                                   */
/*                                                                                                                                   */
/*        Author of '$xrs/hyper_sphere.12$I' :                                                                                       */
/*                                                                                                                                   */
/*                    Jean-Francois Colonna (LACTAMME, 20191125111036).                                                              */
/*                                                                                                                                   */
/*************************************************************************************************************************************/

/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/*                                                                                                                                   */
/*        D E F I N I T I O N   D E S   P A R A M E T R E S  :                                                                       */
/*                                                                                                                                   */
/*************************************************************************************************************************************/
=define   PARAMETRE_R                                                                                                                   \
                    FU
DEFV(Local,DEFV(Float,INIT(parametre_R,FLOT__UNDEF)));
                                        /* Definition de la valeur du parametre 'R' au cours du temps.                               */

=define   PARAMETRE_A                                                                                                                   \
                    FU
DEFV(Local,DEFV(Float,INIT(parametre_A,FLOT__UNDEF)));
=define   PARAMETRE_B                                                                                                                   \
                    FU
DEFV(Local,DEFV(Float,INIT(parametre_B,FLOT__UNDEF)));
=define   PARAMETRE_C                                                                                                                   \
                    FU
DEFV(Local,DEFV(Float,INIT(parametre_C,FLOT__UNDEF)));
=define   PARAMETRE_D                                                                                                                   \
                    FU
DEFV(Local,DEFV(Float,INIT(parametre_D,FLOT__UNDEF)));
                                        /* Definition de la valeur des parametres {A,B,C,D} au cours du temps.                       */



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