This file is indexed.

/usr/include/lorene/C++/Include/diff.h is in liblorene-dev 0.0.0~cvs20161116+dfsg-1ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
/*
 *  Definition of Lorene class Diff.
 *
 */

/*
 *   Copyright (c) 2005 Jerome Novak
 *
 *   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 version 2
 *   as published by the Free Software Foundation.
 *
 *   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
 *
 */

#ifndef __DIFF_H_ 
#define __DIFF_H_ 

/*
 * $Id: diff.h,v 1.4 2014/10/13 08:52:33 j_novak Exp $
 * $Log: diff.h,v $
 * Revision 1.4  2014/10/13 08:52:33  j_novak
 * Lorene classes and functions now belong to the namespace Lorene.
 *
 * Revision 1.3  2006/04/10 15:20:51  j_novak
 * Operators dsdx and sx can now be used in the nucleus.
 *
 * Revision 1.2  2005/01/11 15:16:58  j_novak
 * More Diff operators.
 *
 * Revision 1.1  2005/01/10 16:39:21  j_novak
 * New class for 1D mono-domain differential operators.
 *
 *
 *
 * $Header: /cvsroot/Lorene/C++/Include/diff.h,v 1.4 2014/10/13 08:52:33 j_novak Exp $
 *
 */

#include "type_parite.h"
#include "matrice.h"

namespace Lorene {
/**
 * Base (abstract) class for 1D spectral differential operators in one domain.
 * \ingroup (ellip)
 *
 * This class is intended as a base class for several classes of elementary 
 * differential operators in term of \f$\xi\f$, in a given domain. 
 * Their main purpose is to compute the matrix of the elementary operator,
 * for the given spectral base and number of coefficients. Some of the
 * operators are not defined in the shells (division by \f$\xi\f$).
 * 
 */
class Diff {

    // Data : 
    // -----
 public:
    /// Maximal number of matrices stored per base
    static const int max_points = 50 ; 

 protected:
    int base ; ///< Base in radial direction
    int npoints ; ///< Number of coefficients

    // Constructors - Destructor
    // -------------------------
 protected:
    Diff(int base_r, int nr) ;	///< Standard constructor
    Diff(const Diff& ) ;		///< Copy constructor

    virtual ~Diff() ;			///< Destructor
 

    // Mutators / assignment
    // ---------------------
 protected:
    /// Assignment to another Diff
    void operator=(const Diff&) ;	
    
    // Accessors
    // ---------
 public:
    /// Returns the base on which the operator is defined
    int get_base() const {return base ;} ;

    /// Returns the number of coefficients (size of the matrix)
    int get_npoints() const { return npoints ;} ;

    /// Conversion to a matrix
    operator Matrice() const { return get_matrice() ; }
    
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const = 0 ;

    // Outputs
    // -------
 public:
    /// Display
    friend ostream& operator<<(ostream& , const Diff& ) ;	
    
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const = 0 ;

};


/**
 * Class for the elementary differential operator 
 * \f$ \frac{\partial}{\partial \xi} \f$ (see the base class \c Diff ).
 * \ingroup (ellip)
 * 
 */
class Diff_dsdx : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    /** Standard constructor, the base is that of the functions 
     * the operator is acting on (starting base).
     */
    Diff_dsdx(int base_r, int nr) ;	 

    Diff_dsdx(const Diff_dsdx& ) ;	 ///< Copy constructor

    virtual ~Diff_dsdx() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_dsdx
    void operator=(const Diff_dsdx&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};


/**
 * Class for the elementary differential operator 
 * \f$ \frac{\partial^2}{\partial \xi^2} \f$ (see the base class \c Diff ).
 * \ingroup (ellip)
 * 
 */
class Diff_dsdx2 : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_dsdx2(int base_r, int nr) ;	 ///< Standard constructor
    Diff_dsdx2(const Diff_dsdx2& ) ;	 ///< Copy constructor

    virtual ~Diff_dsdx2() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_dsdx2
    void operator=(const Diff_dsdx2&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \c Identity  (see the base class \c Diff ).
 * \ingroup (ellip)
 * 
 */
class Diff_id : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_id(int base_r, int nr) ;	 ///< Standard constructor
    Diff_id(const Diff_id& ) ;	 ///< Copy constructor

    virtual ~Diff_id() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_id
    void operator=(const Diff_id&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator multiplication by
 * \f$ \xi \f$ (see the base class \c Diff ). In the compactified
 * external domain, it corresponds to a multiplication by \f$\xi -1\f$.
 * It is not defined in the nucleus.
 * \ingroup (ellip)
 * 
 */
class Diff_mx : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_mx(int base_r, int nr) ;	 ///< Standard constructor
    Diff_mx(const Diff_mx& ) ;	 ///< Copy constructor

    virtual ~Diff_mx() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_mx
    void operator=(const Diff_mx&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator multiplication by
 * \f$ \xi^2 \f$ (see the base class \c Diff ). In the compactified
 * external domain, it corresponds to a multiplication by \f$(\xi -1)^2\f$.
 * \ingroup (ellip)
 * 
 */
class Diff_mx2 : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_mx2(int base_r, int nr) ;	 ///< Standard constructor
    Diff_mx2(const Diff_mx2& ) ;	 ///< Copy constructor

    virtual ~Diff_mx2() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_mx2
    void operator=(const Diff_mx2&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator division by
 * \f$ \xi - 1\f$ (see the base class \c Diff ). It is only defined 
 * in the compactified external domain.
 * It is not defined in the shells.
 * \ingroup (ellip)
 * 
 */
class Diff_sx : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_sx(int base_r, int nr) ;	 ///< Standard constructor
    Diff_sx(const Diff_sx& ) ;	 ///< Copy constructor

    virtual ~Diff_sx() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_sx
    void operator=(const Diff_sx&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator division by
 * \f$ \xi^2 \f$ (see the base class \c Diff ). In the compactified
 * external domain, it corresponds to a division by \f$(\xi -1)^2\f$. Not 
 * defined in the shells.
 * \ingroup (ellip)
 * 
 */
class Diff_sx2 : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_sx2(int base_r, int nr) ;	 ///< Standard constructor
    Diff_sx2(const Diff_sx2& ) ;	 ///< Copy constructor

    virtual ~Diff_sx2() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_sx2
    void operator=(const Diff_sx2&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \xi \frac{\partial}{\partial \xi} \f$ (see the base class \c Diff ).
 * In the compactified external domain the operator reads
 * \f$ (\xi -1)  \frac{\partial}{\partial \xi} \f$.
 * \ingroup (ellip)
 * 
 */
class Diff_xdsdx : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_xdsdx(int base_r, int nr) ;	 ///< Standard constructor
    Diff_xdsdx(const Diff_xdsdx& ) ;	 ///< Copy constructor

    virtual ~Diff_xdsdx() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_xdsdx
    void operator=(const Diff_xdsdx&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \frac{1}{\xi} \frac{\partial}{\partial \xi} \f$ (see the base 
 * class \c Diff ). In the compactified external domain, it reads
 * \f$ \frac{1}{\xi-1} \frac{\partial}{\partial \xi} \f$.
 * Not defined in the shells.
 * \ingroup (ellip)
 * 
 */
class Diff_sxdsdx : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_sxdsdx(int base_r, int nr) ;	 ///< Standard constructor
    Diff_sxdsdx(const Diff_sxdsdx& ) ;	 ///< Copy constructor

    virtual ~Diff_sxdsdx() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_sxdsdx
    void operator=(const Diff_sxdsdx&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \xi^2 \frac{\partial^2}{\partial \xi^2} \f$ (see the base 
 * class \c Diff ). In the external compactified domain, it reads
 * \f$ (\xi - 1)^2 \frac{\partial^2}{\partial \xi^2} \f$.
 * \ingroup (ellip)
 * 
 */
class Diff_x2dsdx2 : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_x2dsdx2(int base_r, int nr) ;	 ///< Standard constructor
    Diff_x2dsdx2(const Diff_x2dsdx2& ) ;	 ///< Copy constructor

    virtual ~Diff_x2dsdx2() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_x2dsdx2
    void operator=(const Diff_x2dsdx2&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \xi \frac{\partial^2}{\partial \xi^2} \f$ (see the base 
 * class \c Diff ). In the external compactified domain, it reads
 * \f$ (\xi - 1) \frac{\partial^2}{\partial \xi^2} \f$.
 * Not defined in the nucleus.
 * \ingroup (ellip)
 * 
 */
class Diff_xdsdx2 : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_xdsdx2(int base_r, int nr) ;	 ///< Standard constructor
    Diff_xdsdx2(const Diff_xdsdx2& ) ;	 ///< Copy constructor

    virtual ~Diff_xdsdx2() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_xdsdx2
    void operator=(const Diff_xdsdx2&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \xi^2 \frac{\partial}{\partial \xi} \f$ (see the base class \c Diff ).
 * This operator is not defined in the nucleus. In the compactified external
 * domain it reads \f$ (\xi-1)^2 \frac{\partial}{\partial \xi} \f$.
 * \ingroup (ellip)
 * 
 */
class Diff_x2dsdx : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_x2dsdx(int base_r, int nr) ;	 ///< Standard constructor
    Diff_x2dsdx(const Diff_x2dsdx& ) ;	 ///< Copy constructor

    virtual ~Diff_x2dsdx() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_x2dsdx
    void operator=(const Diff_x2dsdx&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \xi^3 \frac{\partial}{\partial \xi} \f$ (see the base class \c Diff ).
 * In the compactified external domain the operator reads
 * \f$ (\xi -1)^3  \frac{\partial}{\partial \xi} \f$.
 * \ingroup (ellip)
 * 
 */
class Diff_x3dsdx : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_x3dsdx(int base_r, int nr) ;	 ///< Standard constructor
    Diff_x3dsdx(const Diff_x3dsdx& ) ;	 ///< Copy constructor

    virtual ~Diff_x3dsdx() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_x3dsdx
    void operator=(const Diff_x3dsdx&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \xi^3 \frac{\partial^2}{\partial \xi^2} \f$ (see the base 
 * class \c Diff ). In the external compactified domain, it reads
 * \f$ (\xi - 1)^3 \frac{\partial^2}{\partial \xi^2} \f$.
 * Not defined in the nucleus.
 * \ingroup (ellip)
 * 
 */
class Diff_x3dsdx2 : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_x3dsdx2(int base_r, int nr) ;	 ///< Standard constructor
    Diff_x3dsdx2(const Diff_x3dsdx2& ) ;	 ///< Copy constructor

    virtual ~Diff_x3dsdx2() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_x3dsdx2
    void operator=(const Diff_x3dsdx2&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};

/**
 * Class for the elementary differential operator 
 * \f$ \xi^4 \frac{\partial^2}{\partial \xi^2} \f$ (see the base 
 * class \c Diff ). In the external compactified domain, it reads
 * \f$ (\xi - 1)^4 \frac{\partial^2}{\partial \xi^2} \f$.
 * \ingroup (ellip)
 * 
 */
class Diff_x4dsdx2 : public Diff {

    // Constructors - Destructor
    // -------------------------
 public:
    Diff_x4dsdx2(int base_r, int nr) ;	 ///< Standard constructor
    Diff_x4dsdx2(const Diff_x4dsdx2& ) ;	 ///< Copy constructor

    virtual ~Diff_x4dsdx2() ;			///< Destructor

 private:
    void initialize() ;  ///< Initializes arrays
 
    // Mutators / assignment
    // ---------------------
 public:
    /// Assignment to another Diff_x4dsdx2
    void operator=(const Diff_x4dsdx2&) ;	
	
    // Computational routines
    //-----------------------
 public:
    /// Returns the matrix associated with the operator
    virtual const Matrice& get_matrice() const ;

    // Outputs
    // -------
 protected:
    ///Operator >> (virtual function called by the operator <<). 
    virtual ostream& operator>>(ostream&) const ;
};


}
#endif