32 char valeur_mult_ct_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Valeur/valeur_mult_ct.C,v 1.5 2014/10/13 08:53:50 j_novak Exp $" ;
81 void _mult_ct_pas_prevu (Tbl*,
int&) ;
82 void _mult_ct_t_cos (Tbl*,
int&) ;
83 void _mult_ct_t_sin (Tbl*,
int&) ;
84 void _mult_ct_t_sin_p (Tbl*,
int&) ;
85 void _mult_ct_t_sin_i (Tbl*,
int&) ;
86 void _mult_ct_t_cos_i (Tbl*,
int&) ;
87 void _mult_ct_t_cos_p (Tbl*,
int&) ;
88 void _mult_ct_t_cossin_si (Tbl*,
int&) ;
89 void _mult_ct_t_cossin_ci (Tbl*,
int&) ;
90 void _mult_ct_t_cossin_cp (Tbl*,
int&) ;
91 void _mult_ct_t_cossin_sp (Tbl*,
int&) ;
92 void _mult_ct_t_cossin_c (Tbl*,
int&) ;
93 void _mult_ct_t_cossin_s (Tbl*,
int&) ;
101 assert(
etat != ETATNONDEF) ;
112 if (
etat == ETATZERO) {
116 assert(
etat == ETATQCQ) ;
151 _mult_ct[i] = _mult_ct_pas_prevu ;
171 assert(
etat == ETATQCQ) ;
175 for (
int l=0 ; l<nzone ; l++) {
177 assert(t[l] != 0x0) ;
178 _mult_ct[base_t](t[l],
base.
b[l]) ;
Mtbl_cf * c_cf
Coefficients of the spectral expansion of the function.
void set_etat_cf_qcq()
Sets the logical state to ETATQCQ (ordinary state) for values in the configuration space (Mtbl_cf c_c...
void coef() const
Computes the coeffcients of *this.
void set_etat_zero()
Sets the logical state to ETATZERO (zero).
#define TRA_T
Translation en Theta, used for a bitwise shift (in hex)
#define T_COS
dev. cos seulement
#define T_COSSIN_SP
sin pair-cos impair alternes, sin pour m=0
Values and coefficients of a (real-value) function.
#define T_SIN
dev. sin seulement
const Mg3d * mg
Multi-grid Mgd3 on which this is defined.
#define T_COS_I
dev. cos seulement, harmoniques impaires
#define T_COS_P
dev. cos seulement, harmoniques paires
#define MSQ_T
Extraction de l'info sur Theta.
#define T_COSSIN_C
dev. cos-sin alternes, cos pour m=0
Base_val base
Bases on which the spectral expansion is performed.
int * b
Array (size: nzone ) of the spectral basis in each domain.
#define T_SIN_P
dev. sin seulement, harmoniques paires
Valeur(const Mg3d &mgrid)
Constructor.
#define T_COSSIN_SI
sin impair-cos pair alternes, sin pour m=0
Valeur * p_mult_ct
Pointer on .
#define T_COSSIN_CI
cos impair-sin pair alternes, cos pour m=0
Coefficients storage for the multi-domain spectral method.
const Valeur & mult_ct() const
Returns applied to *this.
Base_val base
Bases of the spectral expansions.
int etat
Logical state (ETATNONDEF , ETATQCQ or ETATZERO ).
#define T_COSSIN_CP
cos pair-sin impair alternes, cos pour m=0
#define MAX_BASE
Nombre max. de bases differentes.
#define T_SIN_I
dev. sin seulement, harmoniques impaires
#define T_COSSIN_S
dev. cos-sin alternes, sin pour m=0