File: std_base_scal.C

package info (click to toggle)
lorene 0.0.0~cvs20161116%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,472 kB
  • sloc: cpp: 212,946; fortran: 21,645; makefile: 1,750; sh: 4
file content (434 lines) | stat: -rw-r--r-- 12,865 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
/*
 *   Copyright (c) 1999-2001 Eric Gourgoulhon
 *
 *   This file is part of LORENE.
 *
 *   LORENE is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *   LORENE is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with LORENE; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */


char std_base_scal_C[] = "$Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/std_base_scal.C,v 1.8 2014/10/13 08:53:14 j_novak Exp $" ;

/*
 * Ensemble des routines de manipulation de base spectrales dans 
 * le cas scalaire.
 * 
 */

/*
 * $Id: std_base_scal.C,v 1.8 2014/10/13 08:53:14 j_novak Exp $
 * $Log: std_base_scal.C,v $
 * Revision 1.8  2014/10/13 08:53:14  j_novak
 * Lorene classes and functions now belong to the namespace Lorene.
 *
 * Revision 1.7  2014/10/06 15:16:04  j_novak
 * Modified #include directives to use c++ syntax.
 *
 * Revision 1.6  2013/06/05 14:54:46  j_novak
 * Removed the FINJAC sampling (now BASE_JAC02 in Mg3d).
 *
 * Revision 1.5  2007/12/11 15:28:17  jl_cornou
 * Jacobi(0,2) polynomials partially implemented
 *
 * Revision 1.4  2005/10/25 08:56:37  p_grandclement
 * addition of std_spectral_base in the case of odd functions near the origin
 *
 * Revision 1.3  2004/11/23 15:13:50  m_forot
 * Added the bases for the cases without any equatorial symmetry
 * (T_COSSIN_C, T_COSSIN_S, T_LEG, R_CHEBPI_P, R_CHEBPI_I).
 *
 * Revision 1.2  2002/10/16 14:36:57  j_novak
 * Reorganization of #include instructions of standard C++, in order to
 * use experimental version 3 of gcc.
 *
 * Revision 1.1.1.1  2001/11/20 15:19:28  e_gourgoulhon
 * LORENE
 *
 * Revision 2.2  1999/10/20  15:31:52  eric
 * La routine Valeur::std_base_scal() se trouve desormais dans le
 * fichier valeur.C.
 *
 * Revision 2.1  1999/03/01  15:00:43  eric
 * *** empty log message ***
 *
 * Revision 2.0  1999/02/22  15:30:33  hyc
 * *** empty log message ***
 *
 *
 * $Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/std_base_scal.C,v 1.8 2014/10/13 08:53:14 j_novak Exp $
 *
 */

// Headers C
#include <cstdlib>

// Lorene
#include "headcpp.h"
#include "type_parite.h"


		    //------------------------------//
		    // Le plus simple: cas une zone //
		    //------------------------------//

// Cree la base standart pour une zone
namespace Lorene {
int std_base_scal_1z(int type_r, int type_t, int type_p) {
    
  // Base d'echantillonnage en (r,theta,phi) a determiner :
  int base_l  = 0 ;
  
  // proccess phi
  switch ( type_p ) {
  case NONSYM : 	
    // Cas sans symetrie sur phi : phi dans [0, 2 pi[
    base_l = P_COSSIN ;	    // developpement en cos,sin(m*phi)
    // Base en theta:
    switch ( type_t ) {
    case NONSYM :  	
      // pas de symetrie en theta : theta dans [0,pi]    
      base_l = base_l | T_COSSIN_C ; // developpement en 
      //	cos(l*theta) pour m pair
      //	sin(l*theta) pour m impair
      
      
      // Base en r :
      switch ( type_r ) {
      case FIN : 			 
	// echantillonnage fin
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;

      case RARE : 		 
	// echantillonnage rarefie
	base_l = base_l | R_CHEBPI_P ;  // developpement en 
	//  T_{2k}(x) pour l pair
	//  T_{2k+1}(x) pour l impair
	break ;
	
      case UNSURR : 		    
	// echantillonnage fin (1/r)
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p << " " << type_t << " " <<  type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = NONSYM
      
    case SYM :  	// en theta
      // symetrie theta -> pi - theta :  theta dans [0, pi/2]	    
      base_l = base_l | T_COSSIN_CP ; // developpement en 
      // cos(2*l*theta) pour m pair
      // sin((2*l+1)*theta) pour m impair
      // Base en r :
      switch ( type_r ) {
      case FIN : 			 
	// echantillonnage fin
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;

      case RARE : 		 
	// echantillonnage rarefie
	base_l = base_l | R_CHEBPIM_P ;  // developpement en 
	//  T_{2k}(x) pour m pair
	//  T_{2k+1}(x) pour m impair
	break ;
	
      case UNSURR : 		    
	// echantillonnage fin (1/r)
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p<< " " << type_t<< " " <<type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = SYM
      
    default : 
      cout << 
	"std_base_scal : le cas type_p, type_t = " 
	   << type_p<< " " <<type_t << endl ;
      cout << " n'est pas prevu ! " << endl ;
      abort () ;
    }	// fin des cas sur type_t 
    break ;	// fin du cas sans symetrie pour phi 
    
    
  case SYM : 	// en phi
    // Cas symetrie phi -> phi + pi :  phi in [0, pi]
    base_l = P_COSSIN_P ;	    // developpement en cos,sin(2*m*phi)
    // Base en theta:
    switch ( type_t ) {
    case NONSYM :  	
      // pas de symetrie en theta : theta dans [0,pi]    
      base_l = base_l | T_COS ;   // developpement en cos(l*theta) seulement
      //  (puisque m est toujours pair) 
      // Base en r :
      switch ( type_r ) {
      case FIN : 	    // echantillonnage fin 
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;

      case RARE :	    // echantillonnage rarefie		 
	base_l = base_l | R_CHEBPI_P ;  // developpement en 
	//  T_{2k}(x) pour l pair
	//  T_{2k+1}(x) pour l impair
	break ;
	
      case UNSURR :   // echantillonnage fin (1/r)	    
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p<< " " <<type_t<< " " <<type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = NONSYM
      
    case SYM :  // symetrie theta -> pi - theta :  theta dans [0, pi/2]
      base_l = base_l | T_COS_P ;	// developpement en cos(2*l*theta)
      //  (puisque m est toujours pair)
      // Base en r :
      switch ( type_r ) {
      case FIN :	// echantillonnage fin	 
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;
	
      case RARE :	    // echantillonnage rarefie	 
	base_l = base_l | R_CHEBP ;  // developpement en T_{2k}(x) 
	break ;
	
      case UNSURR :   // echantillonnage fin (1/r) 
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p<< " " <<type_t<< " " <<type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = SYM
		    
    default : 
      cout << 
	"std_base_scal : le cas type_p, type_t = " 
	   << type_p<< " " <<type_t << endl ;
      cout << " n'est pas prevu ! " << endl ;
      abort () ;
    }	// fin des cas sur type_t 
    break ;	// fin du cas symetrie phi -> phi + pi
    
  default : 
    cout << 
      "std_base_scal : le cas type_p = " << type_p << endl ;
    cout << " n'est pas prevu ! " << endl ;
    abort () ;
  }	// Fin des cas en phi
  
  // On range le resultat
  return base_l ;
}

  		     //----------------------------------------//
		    // Le plus simple: cas une zone cas impair //
		    //----------------------------------------//

// Cree la base standart pour une zone
int std_base_scal_odd_1z(int type_r, int type_t, int type_p) {
    
  // Base d'echantillonnage en (r,theta,phi) a determiner :
  int base_l  = 0 ;
  
  // proccess phi
  switch ( type_p ) {
  case NONSYM : 	
    // Cas sans symetrie sur phi : phi dans [0, 2 pi[
    base_l = P_COSSIN ;	    // developpement en cos,sin(m*phi)
    // Base en theta:
    switch ( type_t ) {
    case NONSYM :  	
      // pas de symetrie en theta : theta dans [0,pi]    
      base_l = base_l | T_COSSIN_C ; // developpement en 
      //	cos(l*theta) pour m pair
      //	sin(l*theta) pour m impair
      
      
      // Base en r :
      switch ( type_r ) {
      case FIN : 			 
	// echantillonnage fin
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;	

      case RARE : 		 
	// echantillonnage rarefie
	base_l = base_l | R_CHEBPI_I ;  // developpement en 
	//  T_{2k}(x) pour l impair
	//  T_{2k+1}(x) pour l pair
	break ;
	
      case UNSURR : 		    
	// echantillonnage fin (1/r)
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p << " " << type_t << " " <<  type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = NONSYM
      
    case SYM :  	// en theta
      // symetrie theta -> pi - theta :  theta dans [0, pi/2]	    
      base_l = base_l | T_COSSIN_CP ; // developpement en 
      // cos(2*l*theta) pour m pair
      // sin((2*l+1)*theta) pour m impair
      // Base en r :
      switch ( type_r ) {
      case FIN : 			 
	// echantillonnage fin
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;
	
      case RARE : 		 
	// echantillonnage rarefie
	base_l = base_l | R_CHEBPIM_I ;  // developpement en 
	//  T_{2k}(x) pour m impair
	//  T_{2k+1}(x) pour m pair
	break ;
	
      case UNSURR : 		    
	// echantillonnage fin (1/r)
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p<< " " << type_t<< " " <<type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = SYM
      
    default : 
      cout << 
	"std_base_scal : le cas type_p, type_t = " 
	   << type_p<< " " <<type_t << endl ;
      cout << " n'est pas prevu ! " << endl ;
      abort () ;
    }	// fin des cas sur type_t 
    break ;	// fin du cas sans symetrie pour phi 
    
    
  case SYM : 	// en phi
    // Cas symetrie phi -> phi + pi :  phi in [0, pi]
    base_l = P_COSSIN_P ;	    // developpement en cos,sin(2*m*phi)
    // Base en theta:
    switch ( type_t ) {
    case NONSYM :  	
      // pas de symetrie en theta : theta dans [0,pi]    
      base_l = base_l | T_COS ;   // developpement en cos(l*theta) seulement
      //  (puisque m est toujours pair) 
      // Base en r :
      switch ( type_r ) {
      case FIN : 	    // echantillonnage fin 
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;

      case RARE :	    // echantillonnage rarefie		 
	base_l = base_l | R_CHEBPI_I ;  // developpement en 
	//  T_{2k}(x) pour l impair
	//  T_{2k+1}(x) pour l pair
	break ;
	
      case UNSURR :   // echantillonnage fin (1/r)	    
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p<< " " <<type_t<< " " <<type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = NONSYM
      
    case SYM :  // symetrie theta -> pi - theta :  theta dans [0, pi/2]
      base_l = base_l | T_COS_P ;	// developpement en cos(2*l*theta)
      //  (puisque m est toujours pair)
      // Base en r :
      switch ( type_r ) {
      case FIN :	// echantillonnage fin	 
	base_l = base_l | R_CHEB  ; // developpement en T_k(x) 
	break ;
	
      case RARE :	    // echantillonnage rarefie	 
	base_l = base_l | R_CHEBI ;  // developpement en T_{2k+1}(x) 
	break ;
	
      case UNSURR :   // echantillonnage fin (1/r) 
	base_l = base_l | R_CHEBU  ; // developpement en T_k(x) 
	break ;
	
      default : 
	cout << 
	  "std_base_scal : le cas type_p, type_t, type_r = " 
	     << type_p<< " " <<type_t<< " " <<type_r << endl ;
	cout << " n'est pas prevu ! " << endl ;
	abort () ;
      }
      break ;	// fin du cas type_t = SYM
		    
    default : 
      cout << 
	"std_base_scal : le cas type_p, type_t = " 
	   << type_p<< " " <<type_t << endl ;
      cout << " n'est pas prevu ! " << endl ;
      abort () ;
    }	// fin des cas sur type_t 
    break ;	// fin du cas symetrie phi -> phi + pi
    
  default : 
    cout << 
      "std_base_scal : le cas type_p = " << type_p << endl ;
    cout << " n'est pas prevu ! " << endl ;
    abort () ;
  }	// Fin des cas en phi
  
  // On range le resultat
  return base_l ;
}

}