ope_sec_order_r2.C

00001 /*
00002  *   Copyright (c) 2003 Philippe Grandclement
00003  *
00004  *   This file is part of LORENE.
00005  *
00006  *   LORENE is free software; you can redistribute it and/or modify
00007  *   it under the terms of the GNU General Public License version 2
00008  *   as published by the Free Software Foundation.
00009  *
00010  *   LORENE is distributed in the hope that it will be useful,
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *   GNU General Public License for more details.
00014  *
00015  *   You should have received a copy of the GNU General Public License
00016  *   along with LORENE; if not, write to the Free Software
00017  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018  *
00019  */
00020 
00021 char ope_sec_order_r2_C[] = "$Header: /cvsroot/Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/ope_sec_order_r2.C,v 1.1 2004/03/05 09:22:24 p_grandclement Exp $" ;
00022 
00023 /*
00024  * $Id: ope_sec_order_r2.C,v 1.1 2004/03/05 09:22:24 p_grandclement Exp $
00025  * $Header: /cvsroot/Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/ope_sec_order_r2.C,v 1.1 2004/03/05 09:22:24 p_grandclement Exp $
00026  *
00027  */
00028 #include <math.h>
00029 #include <stdlib.h>
00030 
00031 #include "ope_elementary.h"
00032 
00033 // Standard constructor :
00034 Ope_sec_order_r2::Ope_sec_order_r2 (int nbr, int base, double alf, 
00035                     double bet, double a, double b, double c) : 
00036   Ope_elementary(nbr, base, alf, bet), a_param(a), b_param(b), c_param(c) {
00037 
00038   assert (a!=0) ;
00039 }
00040 
00041 // Constructor by copy :
00042 Ope_sec_order_r2::Ope_sec_order_r2 (const Ope_sec_order_r2& so) : 
00043   Ope_elementary(so), a_param (so.a_param), b_param(so.b_param), c_param(so.c_param) {
00044 }
00045 
00046 // Destructor :
00047 Ope_sec_order_r2::~Ope_sec_order_r2() {} 
00048 
00049 void Ope_sec_order_r2::inc_l_quant() {
00050 
00051   cout << "inc_l_quant not implemented for Helmholtz operator." << endl ;
00052   abort() ;
00053 }

Generated on Tue Feb 7 01:35:18 2012 for LORENE by  doxygen 1.4.6