File: nullite_plm.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 (329 lines) | stat: -rw-r--r-- 9,062 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
/*
 *   Copyright (c) 1999-2001 Philippe Grandclement
 *   Copyright (c) 2000-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 nullite_plm_C[] = "$Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/nullite_plm.C,v 1.8 2014/10/13 08:53:14 j_novak Exp $" ;

/*
 * $Id: nullite_plm.C,v 1.8 2014/10/13 08:53:14 j_novak Exp $
 * $Log: nullite_plm.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  2009/10/23 12:54:47  j_novak
 * New base T_LEG_MI
 *
 * Revision 1.5  2009/10/13 19:45:01  j_novak
 * New base T_LEG_MP.
 *
 * Revision 1.4  2005/02/16 15:19:55  m_forot
 * Add the case T_LEG
 *
 * Revision 1.3  2003/09/16 12:11:59  j_novak
 * Added the base T_LEG_II.
 *
 * 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.8  2000/10/04  14:56:34  eric
 * nullite_plm_nonsym_anti : borne_sup est mise toujours egale a nt-2
 *   (et non plus a nt-1 dans le cas m pair).
 * Ajout des bases T_LEG_IP et T_LEG_PI (deja dans la version 2.7).
 *
 * Revision 2.7  2000/10/03  14:20:09  eric
 * *** empty log message ***
 *
 * Revision 2.6  1999/12/16  16:41:27  phil
 * *** empty log message ***
 *
 * Revision 2.5  1999/12/16  16:16:45  phil
 * correction cas nt = 1
 *
 * Revision 2.4  1999/09/16  12:05:51  phil
 * correction des cas antisym en z=0
 *
 * Revision 2.3  1999/09/14  17:52:47  phil
 * *** empty log message ***
 *
 * Revision 2.2  1999/09/14  17:41:48  phil
 * On commence l'ajout des cas antisymetriques en z=0
 *
 * Revision 2.1  1999/04/13  13:49:10  phil
 * *** empty log message ***
 *
 * Revision 2.0  1999/04/13  13:31:15  phil
 * *** empty log message ***
 *
 *
 * $Header: /cvsroot/Lorene/C++/Source/Non_class_members/Coef/nullite_plm.C,v 1.8 2014/10/13 08:53:14 j_novak Exp $
 *
 */

// Entetes C
#include <cstdlib>

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


// fonction testant la nullite des fonctions de developpements
// j indice en theta -- nt nbre de points en theta
// k indice en phi   -- np nbre de points en phi

	 //-------------------------------------------------------
	// Developpement en P_COSSIN pour phi et T_LEG en theta
       //---------------------------------------------------------

namespace Lorene {
int nullite_plm_t_leg (int j, int nt, int k, int np) {

    int m = (k%2 == 0) ? k/2 : (k-1)/2 ;
    int borne_sup = nt-1 ;
    int borne_inf = m ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}


	 //-------------------------------------------------------
	// Developpement en P_COSSIN pour phi et T_LEG_P en theta
       //---------------------------------------------------------

int nullite_plm_nonsym (int j, int nt, int k, int np) {

    int m = (k%2 == 0) ? k/2 : (k-1)/2 ;
    int borne_sup = (m%2 == 0) ? nt-1 : nt-2 ;
    int borne_inf = (m%2 == 0) ? m/2 : (m-1)/2 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}

	 //-------------------------------------------------------
	// Developpement en P_COSSIN pour phi et T_LEG_I en theta
       //---------------------------------------------------------

int nullite_plm_nonsym_anti (int j, int nt, int k, int np) {

    int m = (k%2 == 0) ? k/2 : (k-1)/2 ;

    int borne_sup = nt-2 ;

    int borne_inf = (m%2 == 0) ? m/2 : (m-1)/2 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}




	 //------------------------------------------------------
	// Developpement en P_COSSIN_P pour phi et T_LEG_PP en theta
       //------------------------------------------------------

int nullite_plm_sym (int j, int nt, int k, int np) {
    
    int m = (k%2 == 0) ? k : k-1 ;
    int borne_inf = m/2 ;
    int borne_sup = nt-1 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}


	 //-------------------------------------------------------
	// Developpement en P_COSSIN_P pour phi et T_LEG_IP en theta
       //---------------------------------------------------------

int nullite_plm_t_leg_ip(int j, int nt, int k, int np) {

    int m = (k%2 == 0) ? k : k-1 ;
    int borne_sup =  nt-2 ;
    int borne_inf =  m/2 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}


	 //-------------------------------------------------------
	// Developpement en P_COSSIN_I pour phi et T_LEG_PI en theta
       //---------------------------------------------------------

int nullite_plm_t_leg_pi(int j, int nt, int k, int np) {

    int m ;
    if (k<=2) {
	m = 1 ; 
    }
    else{
	m = (k%2 == 0) ? k-1 : k ; 
    }
    
    int borne_sup =  nt-2 ;
    int borne_inf =  (m-1)/2 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}

	 //-------------------------------------------------------
	// Developpement en P_COSSIN_I pour phi et T_LEG_II en theta
       //---------------------------------------------------------

int nullite_plm_t_leg_ii(int j, int nt, int k, int np) {

    int m ;
    if (k<=2) {
	m = 1 ; 
    }
    else{
	m = (k%2 == 0) ? k-1 : k ; 
    }
    
    int borne_sup =  nt-2 ;
    int borne_inf =  (m+1)/2 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}

	 //----------------------------------------------------------
	// Developpement en P_COSSIN_P pour phi et T_LEG_MP en theta
       //------------------------------------------------------------

int nullite_plm_t_leg_mp (int j, int nt, int k, int np) {
    
    int m = (k%2 == 0) ? k : k-1 ;
    int borne_inf = m ;
    int borne_sup = nt-1 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}


	 //----------------------------------------------------------
	// Developpement en P_COSSIN_P pour phi et T_LEG_MI en theta
       //------------------------------------------------------------

int nullite_plm_t_leg_mi (int j, int nt, int k, int np) {
    
    int m = 2*( (k-1) / 2) + 1 ;
    int borne_inf = m ;
    int borne_sup = nt-1 ;
    if ((j<borne_inf) || (j>borne_sup) || (k==1) || (k>np)) 
    return 0 ; else return 1 ; 
}




		//-----------------------------
	       //       La fonction 
	      //-------------------------------
	      
int nullite_plm (int j, int nt, int k, int np, Base_val base) {
    
    // on recupere les bases angulaires dans le noyau :
    // elles doivent etre identiques dans toutes les zones.
    
    int base_t = (base.b[0] & MSQ_T) ;
    int base_p = (base.b[0] & MSQ_P) ;
    int result ;
   
    switch (base_p) {
	case P_COSSIN :
	    // cas sym ou antisym en z=0 ...
	    switch (base_t) {
		case T_LEG_P :
		  result = nullite_plm_nonsym (j, nt, k, np) ;
		  break ;  
	    
	    
		case T_LEG_I :
		  result = nullite_plm_nonsym_anti (j, nt, k, np) ;
		  break ;  

		case T_LEG :
		  result = nullite_plm_t_leg (j, nt, k, np) ;
		  break ;  	  
	    
		default :
		    cout << "nullite_plm : cas inconnu ..." << endl ;
		    abort() ;
	    }
	    break ;

	case P_COSSIN_P :
	    switch (base_t) {
		case T_LEG_PP :
		  result = nullite_plm_sym (j, nt, k, np) ;
		  break ;  
	    
	    
		case T_LEG_IP :
		  result = nullite_plm_t_leg_ip (j, nt, k, np) ;
		  break ;  
	    
		case T_LEG_MP :
		  result = nullite_plm_t_leg_mp (j, nt, k, np) ;
		  break ;  
	    
		default :
		    cout << "nullite_plm : cas inconnu ..." << endl ;
		    abort() ;
	    }
	    break ;
	
	case P_COSSIN_I :
	    switch (base_t) {
		case T_LEG_PI :
		  result = nullite_plm_t_leg_pi (j, nt, k, np) ;
		  break ;  
	    
		case T_LEG_II :
		  result = nullite_plm_t_leg_ii (j, nt, k, np) ;
		  break ;  
	    
		case T_LEG_MI :
		  result = nullite_plm_t_leg_mi (j, nt, k, np) ;
		  break ;  
	    
		default :
		    cout << "nullite_plm : cas inconnu ..." << endl ;
		    abort() ;
	    }
	    break ;
	
	default :
	    cout << "nullite_plm : cas inconnu ..." << endl ;
	    abort() ;
    }
	
    return result ;
}
}